public class BindingType extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static BindingType |
ELEMENT
The instance of the element type
|
static int |
ELEMENT_TYPE
The element type
|
static BindingType |
TYPE
The instance of the type type
|
static int |
TYPE_TYPE
The type type
|
Modifier and Type | Method and Description |
---|---|
static Enumeration |
enumerate()
Method enumerate.Returns an enumeration of all possible
instances of BindingType
|
int |
getType()
Method getType.Returns the type of this BindingType
|
String |
toString()
Method toString.Returns the String representation of this
BindingType
|
static BindingType |
valueOf(String string)
Method valueOf.Returns a new BindingType based on the given
String value.
|
public static final int ELEMENT_TYPE
public static final BindingType ELEMENT
public static final int TYPE_TYPE
public static final BindingType TYPE
public static Enumeration enumerate()
public int getType()
public String toString()
public static BindingType valueOf(String string)
string
- Copyright © 2016. All rights reserved.