Package com.adobe.xmp.schema.model
Interface UnspecifiedType
- All Superinterfaces:
PropertyType,Serializable
Interface for a type which type is not defined yet,
but which can already be registered with the TypeRegistry.
This is intended to be used in late-binding schema parsers.
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddReference(PropertyDescription property) Adds adds a reference to a property.Methods inherited from interface com.adobe.xmp.schema.model.PropertyType
accept, getDescription, getLabel, getName, getRule, setDescription, setLabel, setName, setRule
-
Method Details
-
getReferences
Collection<PropertyDescription> getReferences()- Returns:
- Returns a list of the properties that reference this type.
-
addReference
Adds adds a reference to a property.- Parameters:
property- a property
-