public interface RFileAttribute extends AWMObject
The following features are supported:
TaurusPackage.getRFileAttribute()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getID()
Returns the value of the 'ID' attribute.
|
java.lang.String |
getStaticValue()
Returns the value of the 'Static Value' attribute.
|
Property |
getTargetID()
Returns the value of the 'Target ID' reference.
|
EFileAttributeType |
getType()
Returns the value of the 'Type' attribute.
|
boolean |
isMandatory()
Returns the value of the 'Mandatory' attribute.
|
boolean |
isSetMandatory()
Returns whether the value of the '
Mandatory' attribute is set. |
boolean |
isSetTargetID()
Returns whether the value of the '
Target ID' reference is set. |
boolean |
isSetType()
Returns whether the value of the '
Type' attribute is set. |
void |
setID(java.lang.String value)
Sets the value of the '
ID' attribute. |
void |
setMandatory(boolean value)
Sets the value of the '
Mandatory' attribute. |
void |
setStaticValue(java.lang.String value)
Sets the value of the '
Static Value' attribute. |
void |
setTargetID(Property value)
Sets the value of the
'
Target ID' reference. |
void |
setType(EFileAttributeType value)
Sets the value of the '
Type' attribute. |
void |
unsetMandatory()
Unsets the value of the '
Mandatory' attribute. |
void |
unsetTargetID()
Unsets the value of the
'
Target ID' reference. |
void |
unsetType()
Unsets the value of the '
Type' attribute. |
getComment, isSetComment, setComment, unsetCommentProperty getTargetID()
If the meaning of the 'Target ID' reference isn't clear, there really should be more of a description here...
setTargetID(Property),
TaurusPackage.getRFileAttribute_TargetID()void setTargetID(Property value)
Target ID' reference. value - the new value of the 'Target ID' reference.getTargetID()void unsetTargetID()
Target ID' reference. isSetTargetID(),
getTargetID(),
setTargetID(Property)boolean isSetTargetID()
Target ID' reference is set.
unsetTargetID(),
getTargetID(),
setTargetID(Property)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),
TaurusPackage.getRFileAttribute_ID()void setID(java.lang.String value)
ID' attribute.
value - the new value of the 'ID' attribute.getID()java.lang.String getStaticValue()
If the meaning of the 'Static Value' attribute isn't clear, there really should be more of a description here...
setStaticValue(String),
TaurusPackage.getRFileAttribute_StaticValue()void setStaticValue(java.lang.String value)
Static Value' attribute.
value - the new value of the 'Static Value' attribute.getStaticValue()EFileAttributeType getType()
"String". The literals are from the enumeration
EFileAttributeType.
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
EFileAttributeType,
setType(EFileAttributeType),
TaurusPackage.getRFileAttribute_Type()void setType(EFileAttributeType value)
Type' attribute.
value - the new value of the 'Type' attribute.EFileAttributeType,
isSetType(),
unsetType(),
getType()void unsetType()
Type' attribute.
isSetType(),
getType(),
setType(EFileAttributeType)boolean isSetType()
Type' attribute is set.
unsetType(),
getType(),
setType(EFileAttributeType)boolean isMandatory()
"false".
Mandatory attributes will cause an exception if no value is available at runtime.
isSetMandatory(),
unsetMandatory(),
setMandatory(boolean),
TaurusPackage.getRFileAttribute_Mandatory()void setMandatory(boolean value)
Mandatory' attribute.
value - the new value of the 'Mandatory' attribute.isSetMandatory(),
unsetMandatory(),
isMandatory()void unsetMandatory()
Mandatory' attribute.
isSetMandatory(),
isMandatory(),
setMandatory(boolean)boolean isSetMandatory()
Mandatory' attribute is set.
unsetMandatory(),
isMandatory(),
setMandatory(boolean)Copyright © 2015 Micro Focus GmbH. All rights reserved.