Interface UnspecifiedType

  • All Superinterfaces:
    PropertyType, java.io.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 Detail

      • getReferences

        java.util.Collection<PropertyDescription> 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