|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TagDecorateInfo
A representation of the model object 'Tag Decorate Info'.
Provisional API - subject to change
The following features are supported:
Id
Min Height
Min Width
Multi Level
Need Border Decorator
Need Table Decorator
Non Visual
Non Visual Image Path
Resolve Child Text
Resolve Attribute Value
Set Non Visual Child Elements
Widget
DTInfoPackage.getTagDecorateInfo()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
java.lang.String |
getId()
Returns the value of the 'Id' attribute |
int |
getMinHeight()
Returns the value of the 'Min Height' attribute |
int |
getMinWidth()
Returns the value of the 'Min Width' attribute |
java.lang.String |
getNonVisualImagePath()
Returns the value of the 'Non Visual Image Path' attribute |
ResolveAttributeValue |
getResolveAttributeValue()
Returns the value of the 'Resolve Attribute Value' containment reference |
boolean |
isMultiLevel()
Returns the value of the 'Multi Level' attribute. |
boolean |
isNeedBorderDecorator()
Returns the value of the 'Need Border Decorator' attribute. |
boolean |
isNeedTableDecorator()
Returns the value of the 'Need Table Decorator' attribute. |
boolean |
isNonVisual()
Returns the value of the 'Non Visual' attribute. |
boolean |
isResolveChildText()
Returns the value of the 'Resolve Child Text' attribute. |
boolean |
isSetNonVisualChildElements()
Returns the value of the 'Set Non Visual Child Elements' attribute. |
boolean |
isWidget()
Returns the value of the 'Widget' attribute. |
void |
setId(java.lang.String value)
Sets the value of the ' Id ' attribute |
void |
setMinHeight(int value)
Sets the value of the ' Min Height ' attribute |
void |
setMinWidth(int value)
Sets the value of the ' Min Width ' attribute |
void |
setMultiLevel(boolean value)
Sets the value of the ' Multi Level ' attribute |
void |
setNeedBorderDecorator(boolean value)
Sets the value of the ' Need Border Decorator ' attribute |
void |
setNeedTableDecorator(boolean value)
Sets the value of the ' Need Table Decorator ' attribute |
void |
setNonVisual(boolean value)
Sets the value of the ' Non Visual ' attribute |
void |
setNonVisualImagePath(java.lang.String value)
Sets the value of the ' Non Visual Image Path ' attribute |
void |
setResolveAttributeValue(ResolveAttributeValue value)
Sets the value of the ' Resolve Attribute Value ' containment reference |
void |
setResolveChildText(boolean value)
Sets the value of the ' Resolve Child Text ' attribute |
void |
setSetNonVisualChildElements(boolean value)
Sets the value of the ' Set Non Visual Child Elements ' attribute |
void |
setWidget(boolean value)
Sets the value of the ' Widget ' attribute |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
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)
,
DTInfoPackage.getTagDecorateInfo_Id()
void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
int getMinHeight()
If the meaning of the 'Min Height' attribute isn't clear, there really should be more of a description here...
setMinHeight(int)
,
DTInfoPackage.getTagDecorateInfo_MinHeight()
void setMinHeight(int value)
Min Height
' attribute.
value
- the new value of the 'Min Height' attribute.getMinHeight()
int getMinWidth()
If the meaning of the 'Min Width' attribute isn't clear, there really should be more of a description here...
setMinWidth(int)
,
DTInfoPackage.getTagDecorateInfo_MinWidth()
void setMinWidth(int value)
Min Width
' attribute.
value
- the new value of the 'Min Width' attribute.getMinWidth()
boolean isMultiLevel()
"false"
.
If the meaning of the 'Multi Level' attribute isn't clear, there really should be more of a description here...
setMultiLevel(boolean)
,
DTInfoPackage.getTagDecorateInfo_MultiLevel()
void setMultiLevel(boolean value)
Multi Level
' attribute.
value
- the new value of the 'Multi Level' attribute.isMultiLevel()
boolean isNeedBorderDecorator()
"false"
.
If the meaning of the 'Need Border Decorator' attribute isn't clear, there really should be more of a description here...
setNeedBorderDecorator(boolean)
,
DTInfoPackage.getTagDecorateInfo_NeedBorderDecorator()
void setNeedBorderDecorator(boolean value)
Need Border Decorator
' attribute.
value
- the new value of the 'Need Border Decorator' attribute.isNeedBorderDecorator()
boolean isNeedTableDecorator()
"false"
.
If the meaning of the 'Need Table Decorator' attribute isn't clear, there really should be more of a description here...
setNeedTableDecorator(boolean)
,
DTInfoPackage.getTagDecorateInfo_NeedTableDecorator()
void setNeedTableDecorator(boolean value)
Need Table Decorator
' attribute.
value
- the new value of the 'Need Table Decorator' attribute.isNeedTableDecorator()
boolean isNonVisual()
"false"
.
If the meaning of the 'Non Visual' attribute isn't clear, there really should be more of a description here...
setNonVisual(boolean)
,
DTInfoPackage.getTagDecorateInfo_NonVisual()
void setNonVisual(boolean value)
Non Visual
' attribute.
value
- the new value of the 'Non Visual' attribute.isNonVisual()
java.lang.String getNonVisualImagePath()
If the meaning of the 'Non Visual Image Path' attribute isn't clear, there really should be more of a description here...
setNonVisualImagePath(String)
,
DTInfoPackage.getTagDecorateInfo_NonVisualImagePath()
void setNonVisualImagePath(java.lang.String value)
Non Visual Image Path
' attribute.
value
- the new value of the 'Non Visual Image Path' attribute.getNonVisualImagePath()
boolean isResolveChildText()
"false"
.
If the meaning of the 'Resolve Child Text' attribute isn't clear, there really should be more of a description here...
setResolveChildText(boolean)
,
DTInfoPackage.getTagDecorateInfo_ResolveChildText()
void setResolveChildText(boolean value)
Resolve Child Text
' attribute.
value
- the new value of the 'Resolve Child Text' attribute.isResolveChildText()
ResolveAttributeValue getResolveAttributeValue()
If the meaning of the 'Resolve Attribute Value' containment reference isn't clear, there really should be more of a description here...
setResolveAttributeValue(ResolveAttributeValue)
,
DTInfoPackage.getTagDecorateInfo_ResolveAttributeValue()
void setResolveAttributeValue(ResolveAttributeValue value)
Resolve Attribute Value
' containment reference.
value
- the new value of the 'Resolve Attribute Value' containment reference.getResolveAttributeValue()
boolean isSetNonVisualChildElements()
"false"
.
If the meaning of the 'Set Non Visual Child Elements' attribute isn't clear, there really should be more of a description here...
setSetNonVisualChildElements(boolean)
,
DTInfoPackage.getTagDecorateInfo_SetNonVisualChildElements()
void setSetNonVisualChildElements(boolean value)
Set Non Visual Child Elements
' attribute.
value
- the new value of the 'Set Non Visual Child Elements' attribute.isSetNonVisualChildElements()
boolean isWidget()
"false"
.
If the meaning of the 'Widget' attribute isn't clear, there really should be more of a description here...
setWidget(boolean)
,
DTInfoPackage.getTagDecorateInfo_Widget()
void setWidget(boolean value)
Widget
' attribute.
value
- the new value of the 'Widget' attribute.isWidget()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |