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