tv.amwa.maj.meta
Class TypeDefinitionInteger.BaseIntegerValue
java.lang.Object
tv.amwa.maj.meta.TypeDefinitionInteger.BaseIntegerValue
- All Implemented Interfaces:
- PropertyValue
- Direct Known Subclasses:
- TypeDefinitionInteger.ByteValue, TypeDefinitionInteger.IntegerValue, TypeDefinitionInteger.LongValue, TypeDefinitionInteger.ShortValue
- Enclosing class:
- TypeDefinitionInteger
public abstract static class TypeDefinitionInteger.BaseIntegerValue
- extends Object
- implements PropertyValue
TypeDefinitionInteger.BaseIntegerValue
public TypeDefinitionInteger.BaseIntegerValue()
getType
public TypeDefinitionInteger getType()
- Description copied from interface:
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
:
- Specified by:
getType
in interface PropertyValue
- Returns:
- Type of this property value.
- See Also:
PropertyDefinition.getTypeDefinition()
isDefinedType
public boolean isDefinedType()
(c) 2007-2008 Richard Cartwright, all rights reserved. Subject to the terms of the AAF SDK Public Source License.