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