Interface UnspecifiedType

All Superinterfaces:
PropertyType, Serializable

public interface UnspecifiedType extends PropertyType
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 Details

    • getReferences

      Returns:
      Returns a list of the properties that reference this type.
    • addReference

      void addReference(PropertyDescription property)
      Adds adds a reference to a property.
      Parameters:
      property - a property