|
2010-01-26 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.soda.dk.epcglobal.llrp.config.servlet.store.LLRPDefStore
public class LLRPDefStore
| Field Summary | |
|---|---|
static java.lang.String |
LLRP_DEF_STRING
Define the llrp def string (String) constant. |
| Constructor Summary | |
|---|---|
LLRPDefStore()
|
|
| Method Summary | |
|---|---|
static void |
addEnumDef(java.lang.String enumId,
int enumType,
java.lang.String[] enums)
Add enum def with the specified enum id, enum type and enums parameters. |
static void |
addParamDef(java.lang.String paramId,
int paramType)
Add param def with the specified param id and param type parameters. |
static void |
addParamElementDef(java.lang.String paramId,
java.lang.String elementId,
int elementType,
java.lang.String minOccur,
java.lang.String maxOccur)
Add param element def with the specified param id, element id, element type, min occur and max occur parameters. |
static void |
addParamElementDefInChoice(java.lang.String choiceId,
java.lang.String elementId,
int elementType,
java.lang.String minOccur,
java.lang.String maxOccur)
Add param element def in choice with the specified choice id, element id, element type, min occur and max occur parameters. |
static void |
addProfileDef(java.lang.String profileId)
Add profile def with the specified profile id parameter. |
static java.lang.String[] |
getChoiceItems(java.lang.String id)
Get choice items with the specified id parameter and return the String[] result. |
static java.lang.String[] |
getEnumItems(java.lang.String id)
Get enum items with the specified id parameter and return the String[] result. |
static int |
getListType(java.lang.String id)
Get list type with the specified id parameter and return the int result. |
static java.util.Map |
getParamElementDef(java.lang.String paramId,
java.lang.String elementId)
Get param element def with the specified param id and element id parameters and return the Map result. |
static java.util.List |
getParamElements(java.lang.String paramId)
Get param elements with the specified param id parameter and return the List result. |
static int |
getParamElementType(java.lang.String paramId,
java.lang.String elementId)
Get param element type with the specified param id and element id parameters and return the int result. |
static java.util.Map |
getParameterDef(java.lang.String id)
Get parameter def with the specified id parameter and return the Map result. |
static int |
getVariableLengthType(java.lang.String id)
Get variable length type with the specified id parameter and return the int result. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String LLRP_DEF_STRING
| Constructor Detail |
|---|
public LLRPDefStore()
| Method Detail |
|---|
public static void addEnumDef(java.lang.String enumId,
int enumType,
java.lang.String[] enums)
enumId - The enum ID (String) parameter.enumType - The enum type (int) parameter.enums - The enums (String[]) parameter.
public static void addParamDef(java.lang.String paramId,
int paramType)
paramId - The param ID (String) parameter.paramType - The param type (int) parameter.
public static void addParamElementDef(java.lang.String paramId,
java.lang.String elementId,
int elementType,
java.lang.String minOccur,
java.lang.String maxOccur)
paramId - The param ID (String) parameter.elementId - The element ID (String) parameter.elementType - The element type (int) parameter.minOccur - The min occur (String) parameter.maxOccur - The max occur (String) parameter.getParamElementDef(String,String)
public static void addParamElementDefInChoice(java.lang.String choiceId,
java.lang.String elementId,
int elementType,
java.lang.String minOccur,
java.lang.String maxOccur)
choiceId - The choice ID (String) parameter.elementId - The element ID (String) parameter.elementType - The element type (int) parameter.minOccur - The min occur (String) parameter.maxOccur - The max occur (String) parameter.public static void addProfileDef(java.lang.String profileId)
profileId - The profile ID (String) parameter.public static java.lang.String[] getChoiceItems(java.lang.String id)
id - The ID (String) parameter.
String[]) value.public static java.lang.String[] getEnumItems(java.lang.String id)
id - The ID (String) parameter.
String[]) value.public static int getListType(java.lang.String id)
id - The ID (String) parameter.
int) value.
public static java.util.Map getParamElementDef(java.lang.String paramId,
java.lang.String elementId)
paramId - The param ID (String) parameter.elementId - The element ID (String) parameter.
Map) value.addParamElementDef(String,String,int,String,String)
public static int getParamElementType(java.lang.String paramId,
java.lang.String elementId)
paramId - The param ID (String) parameter.elementId - The element ID (String) parameter.
int) value.public static java.util.List getParamElements(java.lang.String paramId)
paramId - The param ID (String) parameter.
List) value.public static java.util.Map getParameterDef(java.lang.String id)
id - The ID (String) parameter.
Map) value.public static int getVariableLengthType(java.lang.String id)
id - The ID (String) parameter.
int) value.
|
2010-01-26 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||