public static class LayoutVersion.FeatureInfo
extends java.lang.Object
| Constructor | Description |
|---|---|
FeatureInfo(int lv,
int ancestorLV,
java.lang.Integer minCompatLV,
java.lang.String description,
boolean reserved,
LayoutVersion.LayoutFeature... specialFeatures) |
|
FeatureInfo(int lv,
int ancestorLV,
java.lang.String description,
boolean reserved,
LayoutVersion.LayoutFeature... specialFeatures) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getAncestorLayoutVersion() |
Accessor method for feature ancestor layout version
|
java.lang.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 FeatureInfo(int lv,
int ancestorLV,
java.lang.String description,
boolean reserved,
LayoutVersion.LayoutFeature... specialFeatures)
public FeatureInfo(int lv,
int ancestorLV,
java.lang.Integer minCompatLV,
java.lang.String description,
boolean reserved,
LayoutVersion.LayoutFeature... specialFeatures)
public int getLayoutVersion()
public int getAncestorLayoutVersion()
public int getMinimumCompatibleLayoutVersion()
public java.lang.String getDescription()
public boolean isReservedForOldRelease()
public LayoutVersion.LayoutFeature[] getSpecialFeatures()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.