Uses of Class
nl.b3p.csw.jaxb.gml.DefinitionType
-
Packages that use DefinitionType Package Description nl.b3p.csw.jaxb.gml -
-
Uses of DefinitionType in nl.b3p.csw.jaxb.gml
Subclasses of DefinitionType in nl.b3p.csw.jaxb.gml Modifier and Type Class Description classBaseUnitTypeDefinition of a unit of measure which is a base unit from the system of units.classConventionalUnitTypeDefinition of a unit of measure which is related to a preferred unit for this quantity type through a conversion formula.classDefinitionProxyTypeA proxy entry in a dictionary of definitions.classDerivedUnitTypeDefinition of a unit of measure which is defined through algebraic combination of more primitive units, which are usually base units from a particular system of units.classDictionaryTypeA non-abstract bag that is specialized for use as a dictionary which contains a set of definitions.classUnitDefinitionTypeDefinition of a unit of measure (or uom).Fields in nl.b3p.csw.jaxb.gml with type parameters of type DefinitionType Modifier and Type Field Description protected javax.xml.bind.JAXBElement<? extends DefinitionType>DictionaryEntryType. definitionMethods in nl.b3p.csw.jaxb.gml that return DefinitionType Modifier and Type Method Description DefinitionTypeObjectFactory. createDefinitionType()Create an instance ofDefinitionTypeMethods in nl.b3p.csw.jaxb.gml that return types with arguments of type DefinitionType Modifier and Type Method Description javax.xml.bind.JAXBElement<? extends DefinitionType>DictionaryEntryType. getDefinition()This element in a dictionary entry contains the actual definition.Methods in nl.b3p.csw.jaxb.gml with parameters of type DefinitionType Modifier and Type Method Description DefinitionObjectFactory. createDefinition(DefinitionType value)Create an instance ofDefinition}Method parameters in nl.b3p.csw.jaxb.gml with type arguments of type DefinitionType Modifier and Type Method Description voidDictionaryEntryType. setDefinition(javax.xml.bind.JAXBElement<? extends DefinitionType> value)Sets the value of the definition property.Constructors in nl.b3p.csw.jaxb.gml with parameters of type DefinitionType Constructor Description Definition(DefinitionType value)Constructor parameters in nl.b3p.csw.jaxb.gml with type arguments of type DefinitionType Constructor Description DictionaryEntryType(javax.xml.bind.JAXBElement<? extends DefinitionType> definition, String remoteSchema, String type, String href, String role, String arcrole, String title, String show, String actuate)Fully-initialising value constructor
-