Uses of Class
com.vidispine.generated.ComponentTypeType
-
-
Uses of ComponentTypeType in com.vidispine.generated
Fields in com.vidispine.generated declared as ComponentTypeType Modifier and Type Field Description protected ComponentTypeType
ComponentSynchronizeType. type
Methods in com.vidispine.generated that return ComponentTypeType Modifier and Type Method Description static ComponentTypeType
ComponentTypeType. fromValue(String v)
ComponentTypeType
ComponentSynchronizeType. getType()
Gets the value of the type property.static ComponentTypeType
ComponentTypeType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ComponentTypeType[]
ComponentTypeType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vidispine.generated with parameters of type ComponentTypeType Modifier and Type Method Description void
ComponentSynchronizeType. setType(ComponentTypeType value)
Sets the value of the type property.ComponentSynchronizeType
ComponentSynchronizeType. withType(ComponentTypeType value)
-