ListType
Inheritance: java.lang.Object
public class ListType
Fields
Field | Description |
---|---|
HYBRID_MULTI_LEVEL | |
MULTI_LEVEL | |
SINGLE_LEVEL | |
length |
Methods
Method | Description |
---|---|
fromName(String listTypeName) | |
getName(int listType) | |
getValues() | |
toString(int listType) |
HYBRID_MULTI_LEVEL
public static int HYBRID_MULTI_LEVEL
MULTI_LEVEL
public static int MULTI_LEVEL
SINGLE_LEVEL
public static int SINGLE_LEVEL
length
public static int length
fromName(String listTypeName)
public static int fromName(String listTypeName)
Parameters:
Parameter | Type | Description |
---|---|---|
listTypeName | java.lang.String |
Returns: int
getName(int listType)
public static String getName(int listType)
Parameters:
Parameter | Type | Description |
---|---|---|
listType | int |
Returns: java.lang.String
getValues()
public static int[] getValues()
Returns: int[]
toString(int listType)
public static String toString(int listType)
Parameters:
Parameter | Type | Description |
---|---|---|
listType | int |
Returns: java.lang.String