org.openharmonise.rm.resources.metadata.properties |
|
Java Source File Name | Type | Comment |
InvalidDomainException.java | Class | Thrown to indicate an invalid property domain. |
InvalidRangeException.java | Class | Exception which can be thrown to indicate an invalid Range on a
Property , for example when a class which extends Property
is restricted to particular Range s. |
Property.java | Class | Class which represents a metadata property in the Harmonise framework, having
a Range which determines what values an instance of this
Property may have and a set of Domain s which
determine what objects may have an instance of this Property . |
PropertyFactory.java | Class | PropertyFactory provides a method of obtaining Property
objects from a name rather than an id. |
PropertyGroup.java | Class | A PropertyGroup represents a branch node of a property hierarchy,
that is an object that can be a parent to both other PropertyGroup s
and Property s. |