Interface ICategoricalAttributeValue
-
- All Superinterfaces:
IAttributeValue
public interface ICategoricalAttributeValue extends IAttributeValue
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ICategoricalAttributegetAttribute()java.lang.StringgetValue()
-
-
-
Method Detail
-
getValue
java.lang.String getValue()
- Specified by:
getValuein interfaceIAttributeValue
-
getAttribute
ICategoricalAttribute getAttribute()
- Specified by:
getAttributein interfaceIAttributeValue
-
-