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

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

Uses of SyncBehaviorType in org.citygml4j.jaxb.smil20
 

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

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

Methods in org.citygml4j.jaxb.smil20.language that return SyncBehaviorType
 SyncBehaviorType SetType.getSyncBehavior()
          Gets the value of the syncBehavior property.
 SyncBehaviorType AnimateType.getSyncBehavior()
          Gets the value of the syncBehavior property.
 SyncBehaviorType AnimateMotionType.getSyncBehavior()
          Gets the value of the syncBehavior property.
 SyncBehaviorType AnimateColorType.getSyncBehavior()
          Gets the value of the syncBehavior property.
 

Methods in org.citygml4j.jaxb.smil20.language with parameters of type SyncBehaviorType
 void SetType.setSyncBehavior(SyncBehaviorType value)
          Sets the value of the syncBehavior property.
 void AnimateType.setSyncBehavior(SyncBehaviorType value)
          Sets the value of the syncBehavior property.
 void AnimateMotionType.setSyncBehavior(SyncBehaviorType value)
          Sets the value of the syncBehavior property.
 void AnimateColorType.setSyncBehavior(SyncBehaviorType value)
          Sets the value of the syncBehavior property.