public static class LayoutVersion.FeatureInfo extends Object
Constructor and Description |
---|
LayoutVersion.FeatureInfo(int lv,
int ancestorLV,
Integer minCompatLV,
String description,
boolean reserved,
LayoutVersion.LayoutFeature... specialFeatures) |
LayoutVersion.FeatureInfo(int lv,
int ancestorLV,
String description,
boolean reserved,
LayoutVersion.LayoutFeature... specialFeatures) |
Modifier and Type | Method and Description |
---|---|
int |
getAncestorLayoutVersion()
Accessor method for feature ancestor layout version
|
String |
getDescription()
Accessor method for feature description
|
int |
getLayoutVersion()
Accessor method for feature layout version
|
int |
getMinimumCompatibleLayoutVersion()
Accessor method for feature minimum compatible layout version.
|
LayoutVersion.LayoutFeature[] |
getSpecialFeatures() |
boolean |
isReservedForOldRelease() |
public LayoutVersion.FeatureInfo(int lv, int ancestorLV, String description, boolean reserved, LayoutVersion.LayoutFeature... specialFeatures)
public LayoutVersion.FeatureInfo(int lv, int ancestorLV, Integer minCompatLV, String description, boolean reserved, LayoutVersion.LayoutFeature... specialFeatures)
public int getLayoutVersion()
public int getAncestorLayoutVersion()
public int getMinimumCompatibleLayoutVersion()
public String getDescription()
public boolean isReservedForOldRelease()
public LayoutVersion.LayoutFeature[] getSpecialFeatures()
Copyright © 2017 Apache Software Foundation. All Rights Reserved.