Package com.sodius.oslc.app.dng.model
Class EnumEntry
- java.lang.Object
-
- org.eclipse.lyo.oslc4j.core.model.AbstractResource
-
- com.sodius.oslc.app.dng.model.EnumEntry
-
- All Implemented Interfaces:
IExtendedResource
,IResource
@OslcName("enumEntry") @OslcNamespace("http://www.ibm.com/xmlns/rdm/rdf/") @OslcResourceShape(title="enumEntry Resource Shape", describes="http://www.ibm.com/xmlns/rdm/rdf/enumEntry") public class EnumEntry extends AbstractResource
Represents an enumeration literal defined by an attribute type in DOORS Next.- Since:
- 1.1.0
- See Also:
AttributeType.getEnumEntries()
-
-
Constructor Summary
Constructors Constructor Description EnumEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getTitle()
int
getValue()
void
setTitle(String title)
void
setValue(int value)
-
Methods inherited from class org.eclipse.lyo.oslc4j.core.model.AbstractResource
addType, getAbout, getExtendedProperties, getTypes, setAbout, setExtendedProperties, setTypes
-
-
-
-
Method Detail
-
getTitle
@OslcDescription("Title (reference: Dublin Core) or often a single line summary of the resource represented as rich text in XHTML content.") @OslcOccurs(ExactlyOne) @OslcPropertyDefinition("http://purl.org/dc/terms/title") @OslcTitle("Title") @OslcValueType(XMLLiteral) public String getTitle()
-
setTitle
public void setTitle(String title)
-
getValue
@OslcPropertyDefinition("http://www.w3.org/1999/02/22-rdf-syntax-ns#value") public int getValue()
-
setValue
public void setValue(int value)
-
-