Package com.biglybt.core.tag
Interface TagFeatureProperties.TagProperty
- All Known Implementing Classes:
TagBase.TagPropertyImpl
- Enclosing interface:
TagFeatureProperties
public static interface TagFeatureProperties.TagProperty
-
Method Summary
Modifier and TypeMethodDescriptionvoid
String[]
explainTaggable
(Taggable taggable) getLong()
getName
(boolean localize) String[]
getTag()
int
getType()
boolean
void
void
setBoolean
(Boolean value) void
setEnabled
(boolean enabled) void
void
setStringList
(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
-