public static class TLcdEditableAPP6AObject.TextModifier
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getDisplayName()
Returns the display name of this modifier.
|
java.lang.String |
getDisplayName(java.lang.String aValue)
Returns a friendly name for the given enumeration value.
|
int |
getLength()
Returns the maximum amount of characters in the modifier value for text modifiers.
|
java.lang.String |
getName()
Returns the name of the modifier.
|
java.util.Collection<java.lang.String> |
getPossibleValues()
If the modifier type is enumerated (boolean or enum), this returns the
possible values.
|
TLcdEditableAPP6AObject.TextModifierType |
getType()
Returns the type of the modifier value.
|
int |
hashCode() |
java.lang.String |
toString() |
public java.lang.String getName()
public java.lang.String getDisplayName()
public TLcdEditableAPP6AObject.TextModifierType getType()
public java.util.Collection<java.lang.String> getPossibleValues()
public java.lang.String getDisplayName(java.lang.String aValue)
aValue
- one of the getPossibleValues()
public int getLength()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object