Package | Description |
---|---|
org.citygml4j.model.gml.base | |
org.citygml4j.model.gml.xlink |
Modifier and Type | Method and Description |
---|---|
XLinkActuate |
StringOrRef.getActuate() |
XLinkActuate |
AssociationByRepOrRef.getActuate() |
XLinkActuate |
AssociationAttributeGroup.getActuate() |
Modifier and Type | Method and Description |
---|---|
void |
StringOrRef.setActuate(XLinkActuate actuate) |
void |
AssociationByRepOrRef.setActuate(XLinkActuate actuate) |
void |
AssociationAttributeGroup.setActuate(XLinkActuate actuate) |
Modifier and Type | Method and Description |
---|---|
static XLinkActuate |
XLinkActuate.fromValue(java.lang.String v) |
static XLinkActuate |
XLinkActuate.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XLinkActuate[] |
XLinkActuate.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|