public interface TCustomProperty
extends org.eclipse.emf.ecore.EObject
TaskPackage.getTCustomProperty()
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
com.ibm.wbit.tel.TInlineCustomPropertyEnum |
getInline()
Returns the value of the 'Inline' attribute.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute
|
java.lang.String |
getValue()
Returns the value of the 'Value' attribute
|
boolean |
isSetInline()
Returns whether the value of the '
Inline ' attribute is set |
void |
setInline(com.ibm.wbit.tel.TInlineCustomPropertyEnum value)
Sets the value of the '
Inline ' attribute |
void |
setName(java.lang.String value)
Sets the value of the '
Name ' attribute |
void |
setValue(java.lang.String value)
Sets the value of the '
Value ' attribute |
void |
unsetInline()
Unsets the value of the '
Inline ' attribute |
static final java.lang.String COPYRIGHT
java.lang.String getValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
setValue(String)
,
TaskPackage.getTCustomProperty_Value()
void setValue(java.lang.String value)
Value
' attribute.
value
- the new value of the 'Value' attribute.getValue()
com.ibm.wbit.tel.TInlineCustomPropertyEnum getInline()
TInlineCustomPropertyEnum
.
If the meaning of the 'Inline' attribute isn't clear, there really should be more of a description here...
TInlineCustomPropertyEnum
,
isSetInline()
,
unsetInline()
,
setInline(TInlineCustomPropertyEnum)
,
TaskPackage.getTCustomProperty_Inline()
void setInline(com.ibm.wbit.tel.TInlineCustomPropertyEnum value)
Inline
' attribute.
value
- the new value of the 'Inline' attribute.TInlineCustomPropertyEnum
,
isSetInline()
,
unsetInline()
,
getInline()
void unsetInline()
Inline
' attribute.
boolean isSetInline()
Inline
' attribute is set.
unsetInline()
,
getInline()
,
setInline(TInlineCustomPropertyEnum)
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
TaskPackage.getTCustomProperty_Name()