|
Media Authoring with Java API |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objecttv.amwa.maj.meta.TypeDefinitionString.BaseStringValue
tv.amwa.maj.meta.TypeDefinitionString.CharacterStringValue
public static class TypeDefinitionString.CharacterStringValue
Property value for strings with an underlying element type of
TypeDefinitionCharacter. These are backed in Java by a
String value.
| Method Summary | |
|---|---|
String |
getValue()
Returns the value of the property through a generic Java object interface. |
| Methods inherited from class tv.amwa.maj.meta.TypeDefinitionString.BaseStringValue |
|---|
getType, isDefinedType |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface tv.amwa.maj.iface.PropertyValue |
|---|
getType |
| Method Detail |
|---|
public String getValue()
PropertyValueReturns the value of the property through a generic Java object interface. Alternative type-specific access methods are provided in each type definition.
For example, for a property value of a UInt32 type, this method
returns an Integer. Values will need to be cast to appropriate types by the
application. The value returned may be null, which may indicate that an optional
property was not present.
getValue in interface PropertyValuePropertyValue.getValue()
|
Media Authoring with Java API |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||