Uses of Enum Class
org.eclipse.lyo.oslc4j.core.model.ValueType
Packages that use ValueType
Package
Description
-
Uses of ValueType in org.eclipse.lyo.client.oslc.resources
Methods in org.eclipse.lyo.client.oslc.resources with parameters of type ValueTypeConstructors in org.eclipse.lyo.client.oslc.resources with parameters of type ValueType -
Uses of ValueType in org.eclipse.lyo.oslc4j.core.exception
Methods in org.eclipse.lyo.oslc4j.core.exception that return ValueTypeConstructors in org.eclipse.lyo.oslc4j.core.exception with parameters of type ValueTypeModifierConstructorDescriptionOslcCoreInvalidValueTypeException(Class<?> resourceClass, Method method, ValueType valueType) -
Uses of ValueType in org.eclipse.lyo.oslc4j.core.model
Fields in org.eclipse.lyo.oslc4j.core.model with type parameters of type ValueTypeMethods in org.eclipse.lyo.oslc4j.core.model that return ValueTypeModifier and TypeMethodDescriptionstatic ValueTypeValueType.fromString(String string) static ValueTypestatic ValueTypeReturns the enum constant of this class with the specified name.static ValueType[]ValueType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.lyo.oslc4j.core.model with parameters of type ValueTypeModifier and TypeMethodDescriptionvoidProperty.setValueType(ValueType valueType) protected static voidResourceShapeFactory.validateUserSpecifiedValueType(Class<?> resourceClass, Method method, ValueType userSpecifiedValueType, Representation userSpecifiedRepresentation, Class<?> componentType) Constructors in org.eclipse.lyo.oslc4j.core.model with parameters of type ValueType -
Uses of ValueType in org.eclipse.lyo.shacl
Constructors in org.eclipse.lyo.shacl with parameters of type ValueTypeModifierConstructorDescriptionProperty(URI path, ValueType dataType, BigInteger minCount, BigInteger maxCount)