|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyType
A representation of the model object 'Property Type'. Specifies a name/value pair.
The following features are supported:
EjbJar30Package.getPropertyType()
Method Summary | |
---|---|
java.lang.String |
getId()
Returns the value of the 'Id' attribute. |
XsdStringType |
getName()
Returns the value of the 'Name' containment reference. |
XsdStringType |
getValue()
Returns the value of the 'Value' containment reference. |
void |
setId(java.lang.String value)
Sets the value of the ' Id ' attribute. |
void |
setName(XsdStringType value)
Sets the value of the ' Name ' containment reference. |
void |
setValue(XsdStringType value)
Sets the value of the ' Value ' containment reference. |
Method Detail |
---|
XsdStringType getName()
If the meaning of the 'Name' containment reference isn't clear, there really should be more of a description here...
setName(XsdStringType)
,
EjbJar30Package.getPropertyType_Name()
void setName(XsdStringType value)
Name
' containment reference.
value
- the new value of the 'Name' containment reference.getName()
XsdStringType getValue()
If the meaning of the 'Value' containment reference isn't clear, there really should be more of a description here...
setValue(XsdStringType)
,
EjbJar30Package.getPropertyType_Value()
void setValue(XsdStringType value)
Value
' containment reference.
value
- the new value of the 'Value' containment reference.getValue()
java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
EjbJar30Package.getPropertyType_Id()
void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |