|
||||||||||
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'.
The following features are supported:
Description
Display Name
Icon
Property Name
Property Class
Default Value
Suggested Value
Property Extension
Id
FacesConfigPackage.getPropertyType()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
DefaultValueType |
getDefaultValue()
Returns the value of the 'Default Value' containment reference |
EList |
getDescription()
Returns the value of the 'Description' containment reference list. |
EList |
getDisplayName()
Returns the value of the 'Display Name' containment reference list. |
EList |
getIcon()
Returns the value of the 'Icon' containment reference list. |
java.lang.String |
getId()
Returns the value of the 'Id' attribute |
PropertyClassType |
getPropertyClass()
Returns the value of the 'Property Class' containment reference |
EList |
getPropertyExtension()
Returns the value of the 'Property Extension' containment reference list. |
PropertyNameType |
getPropertyName()
Returns the value of the 'Property Name' containment reference |
SuggestedValueType |
getSuggestedValue()
Returns the value of the 'Suggested Value' containment reference |
void |
setDefaultValue(DefaultValueType value)
Sets the value of the ' Default Value ' containment reference |
void |
setId(java.lang.String value)
Sets the value of the ' Id ' attribute |
void |
setPropertyClass(PropertyClassType value)
Sets the value of the ' Property Class ' containment reference |
void |
setPropertyName(PropertyNameType value)
Sets the value of the ' Property Name ' containment reference |
void |
setSuggestedValue(SuggestedValueType value)
Sets the value of the ' Suggested Value ' containment reference |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
EList getDescription()
DescriptionType
.
If the meaning of the 'Description' containment reference list isn't clear, there really should be more of a description here...
FacesConfigPackage.getPropertyType_Description()
EList getDisplayName()
DisplayNameType
.
If the meaning of the 'Display Name' containment reference list isn't clear, there really should be more of a description here...
FacesConfigPackage.getPropertyType_DisplayName()
EList getIcon()
IconType
.
If the meaning of the 'Icon' containment reference list isn't clear, there really should be more of a description here...
FacesConfigPackage.getPropertyType_Icon()
PropertyNameType getPropertyName()
If the meaning of the 'Property Name' containment reference isn't clear, there really should be more of a description here...
setPropertyName(PropertyNameType)
,
FacesConfigPackage.getPropertyType_PropertyName()
void setPropertyName(PropertyNameType value)
Property Name
' containment reference.
value
- the new value of the 'Property Name' containment reference.getPropertyName()
PropertyClassType getPropertyClass()
If the meaning of the 'Property Class' containment reference isn't clear, there really should be more of a description here...
setPropertyClass(PropertyClassType)
,
FacesConfigPackage.getPropertyType_PropertyClass()
void setPropertyClass(PropertyClassType value)
Property Class
' containment reference.
value
- the new value of the 'Property Class' containment reference.getPropertyClass()
DefaultValueType getDefaultValue()
If the meaning of the 'Default Value' containment reference isn't clear, there really should be more of a description here...
setDefaultValue(DefaultValueType)
,
FacesConfigPackage.getPropertyType_DefaultValue()
void setDefaultValue(DefaultValueType value)
Default Value
' containment reference.
value
- the new value of the 'Default Value' containment reference.getDefaultValue()
SuggestedValueType getSuggestedValue()
If the meaning of the 'Suggested Value' containment reference isn't clear, there really should be more of a description here...
setSuggestedValue(SuggestedValueType)
,
FacesConfigPackage.getPropertyType_SuggestedValue()
void setSuggestedValue(SuggestedValueType value)
Suggested Value
' containment reference.
value
- the new value of the 'Suggested Value' containment reference.getSuggestedValue()
EList getPropertyExtension()
PropertyExtensionType
.
If the meaning of the 'Property Extension' containment reference list isn't clear, there really should be more of a description here...
FacesConfigPackage.getPropertyType_PropertyExtension()
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)
,
FacesConfigPackage.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 |