Uses of Class
org.citygml4j.jaxb.smil20.SyncBehaviorDefaultType

Packages that use SyncBehaviorDefaultType
org.citygml4j.jaxb.smil20   
org.citygml4j.jaxb.smil20.language   
 

Uses of SyncBehaviorDefaultType in org.citygml4j.jaxb.smil20
 

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

Uses of SyncBehaviorDefaultType in org.citygml4j.jaxb.smil20.language
 

Methods in org.citygml4j.jaxb.smil20.language that return SyncBehaviorDefaultType
 SyncBehaviorDefaultType SetType.getSyncBehaviorDefault()
          Gets the value of the syncBehaviorDefault property.
 SyncBehaviorDefaultType AnimateType.getSyncBehaviorDefault()
          Gets the value of the syncBehaviorDefault property.
 SyncBehaviorDefaultType AnimateMotionType.getSyncBehaviorDefault()
          Gets the value of the syncBehaviorDefault property.
 SyncBehaviorDefaultType AnimateColorType.getSyncBehaviorDefault()
          Gets the value of the syncBehaviorDefault property.
 

Methods in org.citygml4j.jaxb.smil20.language with parameters of type SyncBehaviorDefaultType
 void SetType.setSyncBehaviorDefault(SyncBehaviorDefaultType value)
          Sets the value of the syncBehaviorDefault property.
 void AnimateType.setSyncBehaviorDefault(SyncBehaviorDefaultType value)
          Sets the value of the syncBehaviorDefault property.
 void AnimateMotionType.setSyncBehaviorDefault(SyncBehaviorDefaultType value)
          Sets the value of the syncBehaviorDefault property.
 void AnimateColorType.setSyncBehaviorDefault(SyncBehaviorDefaultType value)
          Sets the value of the syncBehaviorDefault property.