public abstract static class TypeDefinitionIntegerImpl.BaseIntegerValue extends TypeDefinitionImpl.PropertyValueImpl implements PropertyValue
| Constructor and Description |
|---|
BaseIntegerValue() |
| Modifier and Type | Method and Description |
|---|---|
TypeDefinitionIntegerImpl |
getType()
Returns the type definition for this property value.
|
boolean |
isDefinedType() |
equals, hashCode, toStringequals, getValue, hashCode, toStringpublic TypeDefinitionIntegerImpl getType()
PropertyValueReturns 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:
getType in interface PropertyValuePropertyDefinition.getTypeDefinition(),
TypeDefinitions.TypeDefinitionWeakReferencepublic boolean isDefinedType()
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.