Class AllowedValues
java.lang.Object
org.eclipse.lyo.oslc4j.core.model.AbstractResource
org.eclipse.lyo.oslc4j.core.model.AllowedValues
- All Implemented Interfaces:
IExtendedResource
,IResource
@OslcNamespace("http://open-services.net/ns/core#")
@OslcResourceShape(title="OSLC Allowed Values Resource Shape",
describes="http://open-services.net/ns/core#AllowedValues")
public final class AllowedValues
extends AbstractResource
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]
Deprecated.Collection<?>
void
setAllowedValues
(String[] allowedValues) Deprecated.UsesetValues(Collection)
, which allows for values other than Stringvoid
setValues
(Collection<? extends Object> values) Methods inherited from class org.eclipse.lyo.oslc4j.core.model.AbstractResource
addType, getAbout, getExtendedProperties, getTypes, setAbout, setExtendedProperties, setTypes
-
Constructor Details
-
AllowedValues
public AllowedValues()
-
-
Method Details
-
getValues
-
setValues
-
getAllowedValues
Deprecated.UsegetValues()
, which allows for values other than String -
setAllowedValues
Deprecated.UsesetValues(Collection)
, which allows for values other than String
-
getValues()
, which allows for values other than String