Uses of Class
org.citygml4j.jaxb.citygml._0_4.TextureTypeType

Packages that use TextureTypeType
org.citygml4j.builder.jaxb.marshal.citygml.appearance   
org.citygml4j.builder.jaxb.marshal.citygml.texturedsurface   
org.citygml4j.builder.jaxb.unmarshal.citygml.appearance   
org.citygml4j.builder.jaxb.unmarshal.citygml.texturedsurface   
org.citygml4j.jaxb.citygml._0_4   
 

Uses of TextureTypeType in org.citygml4j.builder.jaxb.marshal.citygml.appearance
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.appearance that return TextureTypeType
 TextureTypeType Appearance040Marshaller.marshalTextureType(TextureType src)
           
 

Uses of TextureTypeType in org.citygml4j.builder.jaxb.marshal.citygml.texturedsurface
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.texturedsurface that return TextureTypeType
 TextureTypeType TexturedSurface040Marshaller.marshalTextureType(_TextureType src)
           
 

Uses of TextureTypeType in org.citygml4j.builder.jaxb.unmarshal.citygml.appearance
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.appearance with parameters of type TextureTypeType
 TextureType Appearance040Unmarshaller.unmarshalTextureType(TextureTypeType src)
           
 

Uses of TextureTypeType in org.citygml4j.builder.jaxb.unmarshal.citygml.texturedsurface
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.texturedsurface with parameters of type TextureTypeType
 _TextureType TexturedSurface040Unmarshaller.unmarshalTextureType(TextureTypeType src)
           
 

Uses of TextureTypeType in org.citygml4j.jaxb.citygml._0_4
 

Methods in org.citygml4j.jaxb.citygml._0_4 that return TextureTypeType
static TextureTypeType TextureTypeType.fromValue(java.lang.String v)
           
 TextureTypeType SimpleTextureType.getTextureType()
          Gets the value of the textureType property.
 TextureTypeType AbstractTextureType.getTextureType()
          Gets the value of the textureType property.
static TextureTypeType TextureTypeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TextureTypeType[] TextureTypeType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.citygml4j.jaxb.citygml._0_4 with parameters of type TextureTypeType
 void SimpleTextureType.setTextureType(TextureTypeType value)
          Sets the value of the textureType property.
 void AbstractTextureType.setTextureType(TextureTypeType value)
          Sets the value of the textureType property.