org.eclipse.lyo.oslc4j.core.model
Class AllowedValues
java.lang.Object
org.eclipse.lyo.oslc4j.core.model.AbstractResource
org.eclipse.lyo.oslc4j.core.model.AllowedValues
- All Implemented Interfaces:
- IExtendedResource, IResource
public final class AllowedValues
- extends AbstractResource
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AllowedValues
public AllowedValues()
getValues
public Collection<?> getValues()
setValues
public void setValues(Collection<? extends Object> values)
getAllowedValues
@Deprecated
public String[] getAllowedValues()
- Deprecated. Use
getValues()
, which allows for values other than String
setAllowedValues
@Deprecated
public void setAllowedValues(String[] allowedValues)
- Deprecated. Use
#setValues(Object[])
, which allows for values other than String
Copyright © 2014. All Rights Reserved.