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

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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type AesheticCriteriaType
 java.util.List<AesheticCriteriaType> GraphStyleType.getAestheticCriteria()
          Gets the value of the aestheticCriteria property.
 

Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type AesheticCriteriaType
 void GraphStyleType.setAestheticCriteria(java.util.List<AesheticCriteriaType> aestheticCriteria)
          Sets the value of the aestheticCriteria property.