public enum AttributeAccessorType extends Enum<AttributeAccessorType> implements io.ciera.runtime.summit.types.IXtumlType<AttributeAccessorType>
| Enum Constant and Description |
|---|
GETTER |
SETTER |
UNINITIALIZED_ENUM |
| Modifier and Type | Method and Description |
|---|---|
static AttributeAccessorType |
deserialize(Object o) |
boolean |
equality(AttributeAccessorType value) |
int |
getValue() |
String |
serialize() |
AttributeAccessorType |
value() |
static AttributeAccessorType |
valueOf(int value) |
static AttributeAccessorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeAccessorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttributeAccessorType UNINITIALIZED_ENUM
public static final AttributeAccessorType GETTER
public static final AttributeAccessorType SETTER
public static AttributeAccessorType[] values()
for (AttributeAccessorType c : AttributeAccessorType.values()) System.out.println(c);
public static AttributeAccessorType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getValue()
public boolean equality(AttributeAccessorType value) throws io.ciera.runtime.summit.exceptions.XtumlException
equality in interface io.ciera.runtime.summit.types.IXtumlType<AttributeAccessorType>io.ciera.runtime.summit.exceptions.XtumlExceptionpublic AttributeAccessorType value()
value in interface io.ciera.runtime.summit.types.IXtumlType<AttributeAccessorType>public String serialize()
serialize in interface io.ciera.runtime.summit.types.IXtumlType<AttributeAccessorType>public static AttributeAccessorType deserialize(Object o) throws io.ciera.runtime.summit.exceptions.XtumlException
io.ciera.runtime.summit.exceptions.XtumlExceptionpublic static AttributeAccessorType valueOf(int value)
Copyright © 2019. All rights reserved.