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