Uses of Class
org.citygml4j.model.gml.coverage.SequenceRuleNames

Packages that use SequenceRuleNames
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.impl.gml.coverage   
org.citygml4j.model.gml.coverage   
 

Uses of SequenceRuleNames in org.citygml4j.builder.jaxb.marshal.gml
 

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type SequenceRuleNames
 SequenceRuleNames GMLMarshaller.marshalSequenceRuleNames(SequenceRuleNames src)
           
 

Uses of SequenceRuleNames in org.citygml4j.builder.jaxb.unmarshal.gml
 

Methods in org.citygml4j.builder.jaxb.unmarshal.gml that return SequenceRuleNames
 SequenceRuleNames GMLUnmarshaller.unmarshalSequenceRuleNames(SequenceRuleNames src)
           
 

Uses of SequenceRuleNames in org.citygml4j.impl.gml.coverage
 

Methods in org.citygml4j.impl.gml.coverage that return SequenceRuleNames
 SequenceRuleNames SequenceRuleImpl.getValue()
           
 

Methods in org.citygml4j.impl.gml.coverage with parameters of type SequenceRuleNames
 void SequenceRuleImpl.setValue(SequenceRuleNames value)
           
 

Uses of SequenceRuleNames in org.citygml4j.model.gml.coverage
 

Methods in org.citygml4j.model.gml.coverage that return SequenceRuleNames
static SequenceRuleNames SequenceRuleNames.fromValue(java.lang.String v)
           
 SequenceRuleNames SequenceRule.getValue()
           
static SequenceRuleNames SequenceRuleNames.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SequenceRuleNames[] SequenceRuleNames.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.citygml4j.model.gml.coverage with parameters of type SequenceRuleNames
 void SequenceRule.setValue(SequenceRuleNames value)