org.eclipse.lyo.oslc4j.core.model
Class AllowedValues

java.lang.Object
  extended by org.eclipse.lyo.oslc4j.core.model.AbstractResource
      extended by org.eclipse.lyo.oslc4j.core.model.AllowedValues
All Implemented Interfaces:
IExtendedResource, IResource

public final class AllowedValues
extends AbstractResource


Constructor Summary
AllowedValues()
           
 
Method Summary
 String[] getAllowedValues()
          Deprecated. Use getValues(), which allows for values other than String
 Collection<?> getValues()
           
 void setAllowedValues(String[] allowedValues)
          Deprecated. Use #setValues(Object[]), which allows for values other than String
 void setValues(Collection<? extends Object> values)
           
 
Methods inherited from class org.eclipse.lyo.oslc4j.core.model.AbstractResource
addType, getAbout, getExtendedProperties, getTypes, setAbout, setExtendedProperties, setTypes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllowedValues

public AllowedValues()
Method Detail

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.