|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Methods | |
---|---|
org.eclipse.lyo.oslc4j.core.model.Property.addAllowedValue(String)
Use Property.setAllowedValuesCollection(Collection) , which allows for values other than String |
|
org.eclipse.lyo.oslc4j.core.model.AllowedValues.getAllowedValues()
Use AllowedValues.getValues() , which allows for values other than String |
|
org.eclipse.lyo.oslc4j.core.model.Property.getAllowedValues()
Use Property.getAllowedValuesCollection() , which allows for values other than String |
|
org.eclipse.lyo.oslc4j.core.model.Property.getDefaultValue()
Use Property.getDefaultValueObject() , which supports types other than String |
|
org.eclipse.lyo.oslc4j.core.model.AllowedValues.setAllowedValues(String[])
Use #setValues(Object[]) , which allows for values other than String |
|
org.eclipse.lyo.oslc4j.core.model.Property.setAllowedValues(String[])
Use Property.setAllowedValuesCollection(Collection) , which allows for values other than String |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |