Uses of Class
com.vidispine.generated.MetadataFieldIntegerType
-
-
Uses of MetadataFieldIntegerType in com.vidispine.generated
Fields in com.vidispine.generated declared as MetadataFieldIntegerType Modifier and Type Field Description protected MetadataFieldIntegerType
MetadataFieldType. integerRestriction
Methods in com.vidispine.generated that return MetadataFieldIntegerType Modifier and Type Method Description MetadataFieldIntegerType
ObjectFactory. createMetadataFieldIntegerType()
Create an instance ofMetadataFieldIntegerType
MetadataFieldIntegerType
MetadataFieldType. getIntegerRestriction()
Gets the value of the integerRestriction property.MetadataFieldIntegerType
MetadataFieldIntegerType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
MetadataFieldIntegerType
MetadataFieldIntegerType. withMaxInclusive(Integer value)
MetadataFieldIntegerType
MetadataFieldIntegerType. withMinInclusive(Integer value)
Methods in com.vidispine.generated with parameters of type MetadataFieldIntegerType Modifier and Type Method Description void
MetadataFieldType. setIntegerRestriction(MetadataFieldIntegerType value)
Sets the value of the integerRestriction property.MetadataFieldType
MetadataFieldType. withIntegerRestriction(MetadataFieldIntegerType value)
-