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

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

Uses of RestartDefaultType in org.citygml4j.jaxb.smil20
 

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

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

Methods in org.citygml4j.jaxb.smil20.language that return RestartDefaultType
 RestartDefaultType SetType.getRestartDefault()
          Gets the value of the restartDefault property.
 RestartDefaultType AnimateType.getRestartDefault()
          Gets the value of the restartDefault property.
 RestartDefaultType AnimateMotionType.getRestartDefault()
          Gets the value of the restartDefault property.
 RestartDefaultType AnimateColorType.getRestartDefault()
          Gets the value of the restartDefault property.
 

Methods in org.citygml4j.jaxb.smil20.language with parameters of type RestartDefaultType
 void SetType.setRestartDefault(RestartDefaultType value)
          Sets the value of the restartDefault property.
 void AnimateType.setRestartDefault(RestartDefaultType value)
          Sets the value of the restartDefault property.
 void AnimateMotionType.setRestartDefault(RestartDefaultType value)
          Sets the value of the restartDefault property.
 void AnimateColorType.setRestartDefault(RestartDefaultType value)
          Sets the value of the restartDefault property.