Uses of Class
com.vidispine.generated.BorderType
-
-
Uses of BorderType in com.vidispine.generated
Fields in com.vidispine.generated declared as BorderType Modifier and Type Field Description protected BorderType
NLEJobTransitionType. border
protected BorderType
TransitionType. border
Methods in com.vidispine.generated that return BorderType Modifier and Type Method Description BorderType
ObjectFactory. createBorderType()
Create an instance ofBorderType
BorderType
NLEJobTransitionType. getBorder()
Gets the value of the border property.BorderType
TransitionType. getBorder()
Gets the value of the border property.BorderType
BorderType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
BorderType
BorderType. withA(short value)
BorderType
BorderType. withB(short value)
BorderType
BorderType. withG(short value)
BorderType
BorderType. withR(short value)
BorderType
BorderType. withWidth(short value)
Methods in com.vidispine.generated with parameters of type BorderType Modifier and Type Method Description void
NLEJobTransitionType. setBorder(BorderType value)
Sets the value of the border property.void
TransitionType. setBorder(BorderType value)
Sets the value of the border property.NLEJobTransitionType
NLEJobTransitionType. withBorder(BorderType value)
TransitionType
TransitionType. withBorder(BorderType value)
-