|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Property
A representation of the model object 'Property'.
This interface is not intended to be implemented by clients.
The following features are supported:
SCAPackage.getProperty()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
FeatureMap |
getAny()
Returns the value of the 'Any' attribute list. |
FeatureMap |
getAnyAttribute()
Returns the value of the 'Any Attribute' attribute list. |
java.lang.String |
getDefault()
Returns the value of the 'Default' attribute. |
java.lang.String |
getName()
Returns the value of the 'Name' attribute. |
java.lang.Object |
getType()
Returns the value of the 'Type' attribute. |
boolean |
isMany()
Returns the value of the 'Many' attribute. |
boolean |
isRequired()
Returns the value of the 'Required' attribute. |
boolean |
isSetMany()
Returns whether the value of the ' Many '
attribute is set. |
boolean |
isSetRequired()
Returns whether the value of the ' Required '
attribute is set. |
void |
setDefault(java.lang.String value)
Sets the value of the ' Default '
attribute. |
void |
setMany(boolean value)
Sets the value of the ' Many '
attribute. |
void |
setName(java.lang.String value)
Sets the value of the ' Name '
attribute. |
void |
setRequired(boolean value)
Sets the value of the ' Required '
attribute. |
void |
setType(java.lang.Object value)
Sets the value of the ' Type '
attribute. |
void |
unsetMany()
Unsets the value of the ' Many '
attribute. |
void |
unsetRequired()
Unsets the value of the ' Required '
attribute. |
Methods inherited from interface org.eclipse.stp.core.sca.SCAObject |
---|
addStatus, clearStatus, getEObject, getFlags, getStatus |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
FeatureMap getAny()
org.eclipse.emf.ecore.util.FeatureMap.Entry
.
If the meaning of the 'Any' attribute list isn't clear, there really should be more of a description here...
SCAPackage.getProperty_Any()
java.lang.String getDefault()
If the meaning of the 'Default' attribute isn't clear, there really should be more of a description here...
setDefault(String)
,
SCAPackage.getProperty_Default()
void setDefault(java.lang.String value)
Default
'
attribute.
value
- the new value of the 'Default' attribute.getDefault()
boolean isMany()
"false"
.
If the meaning of the 'Many' attribute isn't clear, there really should be more of a description here...
isSetMany()
,
unsetMany()
,
setMany(boolean)
,
SCAPackage.getProperty_Many()
void setMany(boolean value)
Many
'
attribute.
value
- the new value of the 'Many' attribute.isSetMany()
,
unsetMany()
,
isMany()
void unsetMany()
Many
'
attribute.
isSetMany()
,
isMany()
,
setMany(boolean)
boolean isSetMany()
Many
'
attribute is set.
unsetMany()
,
isMany()
,
setMany(boolean)
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
getName
in interface SCAObject
setName(String)
,
SCAPackage.getProperty_Name()
void setName(java.lang.String value)
Name
'
attribute.
setName
in interface SCAObject
value
- the new value of the 'Name' attribute.getName()
boolean isRequired()
"false"
.
If the meaning of the 'Required' attribute isn't clear, there really should be more of a description here...
isSetRequired()
,
unsetRequired()
,
setRequired(boolean)
,
SCAPackage.getProperty_Required()
void setRequired(boolean value)
Required
'
attribute.
value
- the new value of the 'Required' attribute.isSetRequired()
,
unsetRequired()
,
isRequired()
void unsetRequired()
Required
'
attribute.
isSetRequired()
,
isRequired()
,
setRequired(boolean)
boolean isSetRequired()
Required
'
attribute is set.
unsetRequired()
,
isRequired()
,
setRequired(boolean)
java.lang.Object getType()
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
setType(Object)
,
SCAPackage.getProperty_Type()
void setType(java.lang.Object value)
Type
'
attribute.
value
- the new value of the 'Type' attribute.getType()
FeatureMap getAnyAttribute()
org.eclipse.emf.ecore.util.FeatureMap.Entry
.
If the meaning of the 'Any Attribute' attribute list isn't clear, there really should be more of a description here...
SCAPackage.getProperty_AnyAttribute()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |