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

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

Uses of RestartTimingType in org.citygml4j.jaxb.smil20
 

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

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

Methods in org.citygml4j.jaxb.smil20.language that return RestartTimingType
 RestartTimingType SetType.getRestart()
          Gets the value of the restart property.
 RestartTimingType AnimateType.getRestart()
          Gets the value of the restart property.
 RestartTimingType AnimateMotionType.getRestart()
          Gets the value of the restart property.
 RestartTimingType AnimateColorType.getRestart()
          Gets the value of the restart property.
 

Methods in org.citygml4j.jaxb.smil20.language with parameters of type RestartTimingType
 void SetType.setRestart(RestartTimingType value)
          Sets the value of the restart property.
 void AnimateType.setRestart(RestartTimingType value)
          Sets the value of the restart property.
 void AnimateMotionType.setRestart(RestartTimingType value)
          Sets the value of the restart property.
 void AnimateColorType.setRestart(RestartTimingType value)
          Sets the value of the restart property.