Interface TagFeatureProperties.TagProperty
- All Known Implementing Classes:
TagBase.TagPropertyImpl
- Enclosing interface:
TagFeatureProperties
public static interface TagFeatureProperties.TagProperty
-
Method Summary
Modifier and TypeMethodDescriptionvoidString[]explainTaggable(Taggable taggable) getLong()getName(boolean localize) String[]getTag()intgetType()booleanvoidvoidsetBoolean(Boolean value) voidsetEnabled(boolean enabled) voidvoidsetStringList(String[] value) void
-
Method Details
-
getTag
Tag getTag() -
getType
int getType() -
getName
-
setStringList
-
getStringList
String[] getStringList() -
setBoolean
-
getBoolean
Boolean getBoolean() -
setLong
-
getLong
Long getLong() -
isEnabled
boolean isEnabled() -
setEnabled
void setEnabled(boolean enabled) -
getString
String getString() -
addListener
-
removeListener
-
syncListeners
void syncListeners() -
explainTaggable
-