public static class LayoutVersion.FeatureInfo extends Object
Constructor and Description |
---|
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
|
LayoutVersion.LayoutFeature[] |
getSpecialFeatures() |
boolean |
isReservedForOldRelease() |
public LayoutVersion.FeatureInfo(int lv, int ancestorLV, String description, boolean reserved, LayoutVersion.LayoutFeature... specialFeatures)
public int getLayoutVersion()
public int getAncestorLayoutVersion()
public String getDescription()
public boolean isReservedForOldRelease()
public LayoutVersion.LayoutFeature[] getSpecialFeatures()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.