public interface RFileElement extends AWMObject
The following features are supported:
TaurusPackage.getRFileElement()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<RFileAttribute> |
getHasFileAttribute()
Returns the value of the 'Has File Attribute' reference
list.
|
org.eclipse.emf.common.util.EList<RFileElement> |
getHasFileElement()
Returns the value of the 'Has File Element' reference
list.
|
java.lang.String |
getID()
Returns the value of the 'ID' attribute.
|
EFileElementType |
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. |
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 |
setType(EFileElementType value)
Sets the value of the '
Type' attribute. |
void |
unsetMandatory()
Unsets the value of the '
Mandatory' attribute. |
getComment, isSetComment, setComment, unsetCommentjava.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.getRFileElement_ID()void setID(java.lang.String value)
ID' attribute.
value - the new value of the 'ID' attribute.getID()EFileElementType getType()
EFileElementType.
Specifies the type of the file element EFileElementType,
setType(EFileElementType),
TaurusPackage.getRFileElement_Type()void setType(EFileElementType value)
Type' attribute.
value - the new value of the 'Type' attribute.EFileElementType,
getType()org.eclipse.emf.common.util.EList<RFileElement> getHasFileElement()
RFileElement.
If the meaning of the 'Has File Element' reference list isn't clear, there really should be more of a description here...
TaurusPackage.getRFileElement_HasFileElement()org.eclipse.emf.common.util.EList<RFileAttribute> getHasFileAttribute()
RFileAttribute.
If the meaning of the 'Has File Attribute' reference list isn't clear, there really should be more of a description here...
TaurusPackage.getRFileElement_HasFileAttribute()boolean isMandatory()
"false".
Mandatory attributes will cause an exception if no value is available at runtime.
isSetMandatory(),
unsetMandatory(),
setMandatory(boolean),
TaurusPackage.getRFileElement_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.