Uses of Class
com.vidispine.generated.ConstraintValueType
-
-
Uses of ConstraintValueType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type ConstraintValueType Modifier and Type Field Description protected List<ConstraintValueType>
ConstraintValueListType. value
Methods in com.vidispine.generated that return ConstraintValueType Modifier and Type Method Description ConstraintValueType
ObjectFactory. createConstraintValueType()
Create an instance ofConstraintValueType
ConstraintValueType
ConstraintValueType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ConstraintValueType
ConstraintValueType. withId(String value)
ConstraintValueType
ConstraintValueType. withValue(String value)
Methods in com.vidispine.generated that return types with arguments of type ConstraintValueType Modifier and Type Method Description List<ConstraintValueType>
ConstraintValueListType. getValue()
Gets the value of the value property.Methods in com.vidispine.generated with parameters of type ConstraintValueType Modifier and Type Method Description ConstraintValueListType
ConstraintValueListType. withValue(ConstraintValueType... values)
Method parameters in com.vidispine.generated with type arguments of type ConstraintValueType Modifier and Type Method Description ConstraintValueListType
ConstraintValueListType. withValue(Collection<ConstraintValueType> values)
-