public class AllSomeType extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static AllSomeType |
ALL
The instance of the ALL type
|
static int |
ALL_TYPE
The ALL type
|
static AllSomeType |
SOME
The instance of the SOME type
|
static int |
SOME_TYPE
The SOME type
|
| Modifier and Type | Method and Description |
|---|---|
static Enumeration |
enumerate()
Method enumerate
Returns an enumeration of all possible instances of
AllSomeType
|
int |
getType()
Method getType
Returns the type of this AllSomeType
|
String |
toString()
Method toString
Returns the String representation of this AllSomeType
|
static AllSomeType |
valueOf(String string)
Method valueOf
Returns a new AllSomeType based on the given String value.
|
public static final int ALL_TYPE
public static final AllSomeType ALL
public static final int SOME_TYPE
public static final AllSomeType SOME
public static Enumeration enumerate()
public int getType()
public String toString()
public static AllSomeType valueOf(String string)
string - Copyright © 2020 B3Partners B.V.. All rights reserved.