Uses of Class
org.citygml4j.jaxb.gml._3_1_1.AbstractGeneralParameterValueType

Packages that use AbstractGeneralParameterValueType
org.citygml4j.jaxb.gml._3_1_1   
 

Uses of AbstractGeneralParameterValueType in org.citygml4j.jaxb.gml._3_1_1
 

Subclasses of AbstractGeneralParameterValueType in org.citygml4j.jaxb.gml._3_1_1
 class ParameterValueGroupType
          A group of related parameter values.
 class ParameterValueType
          A parameter value, ordered sequence of values, or reference to a file of parameter values.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type AbstractGeneralParameterValueType
 javax.xml.bind.JAXBElement<AbstractGeneralParameterValueType> ObjectFactory.create_GeneralParameterValue(AbstractGeneralParameterValueType value)
          Create an instance of JAXBElement<AbstractGeneralParameterValueType>}
 javax.xml.bind.JAXBElement<AbstractGeneralParameterValueType> ObjectFactory.createIncludesValue(AbstractGeneralParameterValueType value)
          Create an instance of JAXBElement<AbstractGeneralParameterValueType>}
 java.util.List<AbstractGeneralParameterValueType> ParameterValueGroupType.getIncludesValue()
          Unordered set of composition associations to the parameter values and groups of values included in this group.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type AbstractGeneralParameterValueType
 javax.xml.bind.JAXBElement<AbstractGeneralParameterValueType> ObjectFactory.create_GeneralParameterValue(AbstractGeneralParameterValueType value)
          Create an instance of JAXBElement<AbstractGeneralParameterValueType>}
 javax.xml.bind.JAXBElement<AbstractGeneralParameterValueType> ObjectFactory.createIncludesValue(AbstractGeneralParameterValueType value)
          Create an instance of JAXBElement<AbstractGeneralParameterValueType>}
 

Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type AbstractGeneralParameterValueType
 void ParameterValueGroupType.setIncludesValue(java.util.List<AbstractGeneralParameterValueType> includesValue)
          Unordered set of composition associations to the parameter values and groups of values included in this group.