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
 void addAllowedValue(String allowedValue)
           
 String[] getAllowedValues()
           
 void setAllowedValues(String[] allowedValues)
           
 
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

addAllowedValue

public void addAllowedValue(String allowedValue)

getAllowedValues

public String[] getAllowedValues()

setAllowedValues

public void setAllowedValues(String[] allowedValues)


Copyright © 2013. All Rights Reserved.