Uses of Class
com.vidispine.generated.MetadataFieldStringType
-
-
Uses of MetadataFieldStringType in com.vidispine.generated
Fields in com.vidispine.generated declared as MetadataFieldStringType Modifier and Type Field Description protected MetadataFieldStringType
MetadataFieldType. stringRestriction
Methods in com.vidispine.generated that return MetadataFieldStringType Modifier and Type Method Description MetadataFieldStringType
ObjectFactory. createMetadataFieldStringType()
Create an instance ofMetadataFieldStringType
MetadataFieldStringType
MetadataFieldType. getStringRestriction()
Gets the value of the stringRestriction property.MetadataFieldStringType
MetadataFieldStringType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
MetadataFieldStringType
MetadataFieldStringType. withMaxLength(Integer value)
MetadataFieldStringType
MetadataFieldStringType. withMinLength(Integer value)
MetadataFieldStringType
MetadataFieldStringType. withPattern(String value)
Methods in com.vidispine.generated with parameters of type MetadataFieldStringType Modifier and Type Method Description void
MetadataFieldType. setStringRestriction(MetadataFieldStringType value)
Sets the value of the stringRestriction property.MetadataFieldType
MetadataFieldType. withStringRestriction(MetadataFieldStringType value)
-