Package ipsk.db.speech
Class TypedPropertyEnumConstant
- java.lang.Object
-
- ipsk.db.speech.TypedPropertyEnumConstant
-
- All Implemented Interfaces:
java.io.Serializable
public class TypedPropertyEnumConstant extends java.lang.Object implements java.io.SerializableEnumeration constant.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TypedPropertyEnumConstant()default constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDisplayName()java.lang.StringgetDisplayResourceKey()intgetTypedPropertyEnumConstantId()java.lang.StringgetValue()voidsetDisplayName(java.lang.String displayName)voidsetDisplayResourceKey(java.lang.String displayResourceKey)voidsetTypedPropertyEnumConstantId(int typedPropertyId)voidsetValue(java.lang.String value)
-
-
-
Method Detail
-
getTypedPropertyEnumConstantId
public int getTypedPropertyEnumConstantId()
-
setTypedPropertyEnumConstantId
public void setTypedPropertyEnumConstantId(int typedPropertyId)
-
getDisplayName
public java.lang.String getDisplayName()
-
setDisplayName
public void setDisplayName(java.lang.String displayName)
-
getValue
public java.lang.String getValue()
-
setValue
public void setValue(java.lang.String value)
-
getDisplayResourceKey
public java.lang.String getDisplayResourceKey()
-
setDisplayResourceKey
public void setDisplayResourceKey(java.lang.String displayResourceKey)
-
-