|
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
public abstract static class TypeDefinitionString.BaseStringValue
Base representation for all property values representing string values.
Constructor Summary | |
---|---|
TypeDefinitionString.BaseStringValue()
|
Method Summary | |
---|---|
TypeDefinitionString |
getType()
Returns the type definition for this property value. |
boolean |
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 |
---|
getValue |
Constructor Detail |
---|
public TypeDefinitionString.BaseStringValue()
Method Detail |
---|
public TypeDefinitionString getType()
PropertyValue
Returns the type definition for this property value.
Methods of the returned type definition can be
used to manipulate a property value. For example, for a value of AAF UInt32
type, the following methods are available on TypeDefinitionInteger
:
Number getInteger(PropertyValue)
PropertyValue createValueFromNumber(Number)
void setInteger(PropertyValue, Number)
getType
in interface PropertyValue
PropertyDefinition.getTypeDefinition()
public boolean isDefinedType()
|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |