Modifier and Type | Method and Description |
---|---|
java.lang.Object |
copy(CopyBuilder copyBuilder) |
java.lang.Object |
copyTo(java.lang.Object target,
CopyBuilder copyBuilder) |
static XLinkShow |
fromValue(java.lang.String v) |
GMLClass |
getGMLClass() |
java.lang.String |
getValue() |
java.lang.String |
toString() |
static XLinkShow |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XLinkShow[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XLinkShow NEW
public static final XLinkShow REPLACE
public static final XLinkShow EMBED
public static final XLinkShow OTHER
public static final XLinkShow NONE
public static XLinkShow[] values()
for (XLinkShow c : XLinkShow.values()) System.out.println(c);
public static XLinkShow valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getValue()
public static XLinkShow fromValue(java.lang.String v)
public java.lang.String toString()
toString
in class java.lang.Enum<XLinkShow>
public GMLClass getGMLClass()
getGMLClass
in interface GML
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
public java.lang.Object copy(CopyBuilder copyBuilder)