public interface FullyQualifiedName extends Triplet
The following features are supported:
AfplibPackage.getFullyQualifiedName()| Modifier and Type | Method and Description |
|---|---|
String |
getFQName()
Returns the value of the 'FQ Name' attribute
|
Integer |
getFQNFormat()
Returns the value of the 'FQN Format' attribute
|
Integer |
getFQNType()
Returns the value of the 'FQN Type' attribute
|
void |
setFQName(String value)
Sets the value of the '
FQ Name' attribute |
void |
setFQNFormat(Integer value)
Sets the value of the '
FQN Format' attribute |
void |
setFQNType(Integer value)
Sets the value of the '
FQN Type' attribute |
getCharset, getFileOffset, getLabel, getTripletId, getTripletLength, getTripletNumber, setCharset, setFileOffset, setLabel, setTripletId, setTripletLength, setTripletNumberInteger getFQNType()
mandatory
fixed length
setFQNType(Integer),
AfplibPackage.getFullyQualifiedName_FQNType()void setFQNType(Integer value)
FQN Type' attribute.
value - the new value of the 'FQN Type' attribute.getFQNType()Integer getFQNFormat()
mandatory
fixed length
setFQNFormat(Integer),
AfplibPackage.getFullyQualifiedName_FQNFormat()void setFQNFormat(Integer value)
FQN Format' attribute.
value - the new value of the 'FQN Format' attribute.getFQNFormat()String getFQName()
mandatory
variable length
setFQName(String),
AfplibPackage.getFullyQualifiedName_FQName()void setFQName(String value)
FQ Name' attribute.
value - the new value of the 'FQ Name' attribute.getFQName()Copyright © 2017. All rights reserved.