Uses of Class
com.vidispine.generated.MetadataFieldValueConstraintType
-
-
Uses of MetadataFieldValueConstraintType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type MetadataFieldValueConstraintType Modifier and Type Field Description protected List<MetadataFieldValueConstraintType>
MetadataFieldValueConstraintListType. constraint
Methods in com.vidispine.generated that return MetadataFieldValueConstraintType Modifier and Type Method Description MetadataFieldValueConstraintType
ObjectFactory. createMetadataFieldValueConstraintType()
Create an instance ofMetadataFieldValueConstraintType
MetadataFieldValueConstraintType
MetadataFieldValueConstraintType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
MetadataFieldValueConstraintType
MetadataFieldValueConstraintType. withField(String value)
MetadataFieldValueConstraintType
MetadataFieldValueConstraintType. withId(String value)
MetadataFieldValueConstraintType
MetadataFieldValueConstraintType. withValue(String value)
Methods in com.vidispine.generated that return types with arguments of type MetadataFieldValueConstraintType Modifier and Type Method Description List<MetadataFieldValueConstraintType>
MetadataFieldValueConstraintListType. getConstraint()
Gets the value of the constraint property.Methods in com.vidispine.generated with parameters of type MetadataFieldValueConstraintType Modifier and Type Method Description MetadataFieldValueConstraintListType
MetadataFieldValueConstraintListType. withConstraint(MetadataFieldValueConstraintType... values)
Method parameters in com.vidispine.generated with type arguments of type MetadataFieldValueConstraintType Modifier and Type Method Description MetadataFieldValueConstraintListType
MetadataFieldValueConstraintListType. withConstraint(Collection<MetadataFieldValueConstraintType> values)
-