public interface Link extends Attribute
The following features are supported:
ModelPackage.getLink()| Modifier and Type | Method and Description |
|---|---|
Entity |
getType()
Returns the value of the 'Type' reference.
|
boolean |
isAny()
Returns the value of the 'Any' attribute.
|
boolean |
isOneOrMore()
Returns the value of the 'One Or More' attribute.
|
boolean |
isZeroOrOne()
Returns the value of the 'Zero Or One' attribute.
|
void |
setAny(boolean value)
Sets the value of the '
Any' attribute. |
void |
setOneOrMore(boolean value)
Sets the value of the '
One Or More' attribute. |
void |
setType(Entity value)
Sets the value of the '
Type' reference. |
void |
setZeroOrOne(boolean value)
Sets the value of the '
Zero Or One' attribute. |
getComment, getName, setComment, setNameEntity getType()
setType(Entity),
ModelPackage.getLink_Type()void setType(Entity value)
Type' reference.
value - the new value of the 'Type' reference.getType()boolean isAny()
setAny(boolean),
ModelPackage.getLink_Any()void setAny(boolean value)
Any' attribute.
value - the new value of the 'Any' attribute.isAny()boolean isOneOrMore()
setOneOrMore(boolean),
ModelPackage.getLink_OneOrMore()void setOneOrMore(boolean value)
One Or More' attribute.
value - the new value of the 'One Or More' attribute.isOneOrMore()boolean isZeroOrOne()
setZeroOrOne(boolean),
ModelPackage.getLink_ZeroOrOne()void setZeroOrOne(boolean value)
Zero Or One' attribute.
value - the new value of the 'Zero Or One' attribute.isZeroOrOne()Copyright © 2015–2020 The veraPDF Consortium. All rights reserved.