Uses of Class
com.vidispine.generated.OSName
-
-
Uses of OSName in com.vidispine.generated
Fields in com.vidispine.generated declared as OSName Modifier and Type Field Description protected OSName
OtifOSType. name
Methods in com.vidispine.generated that return OSName Modifier and Type Method Description static OSName
OSName. fromValue(String v)
OSName
OtifOSType. getName()
Gets the value of the name property.static OSName
OSName. valueOf(String name)
Returns the enum constant of this type with the specified name.static OSName[]
OSName. 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 OSName Modifier and Type Method Description void
OtifOSType. setName(OSName value)
Sets the value of the name property.OtifOSType
OtifOSType. withName(OSName value)
-