Modifier and Type | Method and Description |
---|---|
abstract PdkMethodResult |
createResult(PdkMethodContext ctx) |
java.lang.String |
getText() |
static PdkMethod |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PdkMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PdkMethod GET_PROGRAMINFO
public static final PdkMethod GET_PLAN_TYPES
public static final PdkMethod GET_AREA_TYPES
public static final PdkMethod GET_AREA_NODE_TYPES
public static final PdkMethod CREATE_USER
public static final PdkMethod CHANGE_USER
public static final PdkMethod DELETE_USER
public static final PdkMethod SET_PASSWORD
public static final PdkMethod SET_USER_PASSWORD
public static final PdkMethod ADD_USER_PRIVILEGE
public static final PdkMethod DELETE_USER_PRIVILEGE
public static final PdkMethod ADD_SUBSCRIBER
public static final PdkMethod CHANGE_SUBSCRIBER
public static final PdkMethod REMOVE_SUBSCRIBERS
public static final PdkMethod GET_SUBSCRIBERS_BY_ADMIN_CODE
public static final PdkMethod GET_SUBSCRIBERS_BY_FEATURE_ID
public static final PdkMethod UPDATE_SUBSCRIBERS_BY_FEATURE_ID
public static final PdkMethod GET_AREA_INFO
public static final PdkMethod GET_AREA_INFO_WITH_PRIVILEGES
public static final PdkMethod GET_AREA_INFO_WITH_SUBSCRIBERS
public static final PdkMethod GET_AREA_INFO_WITH_USERS
public static final PdkMethod GET_ACCESS_KEY
public static final PdkMethod GET_CREDENTIALS
public static final PdkMethod GET_EMAIL_INFO
public static final PdkMethod GET_FEATURE_ATTRIBUTE_INFO
public static final PdkMethod GET_FEATURE_BY_ADMIN_CODES
public static final PdkMethod GET_FEATURE_ATTRIBUTES_BY_ADMIN_CODES
public static final PdkMethod GET_FEATURE_BY_ID
public static final PdkMethod GET_FEATURE_EXTENT_BY_ID
public static final PdkMethod GET_FEATURE_WITHIN_GEOMETRY
public static final PdkMethod GET_FEATURE_COLLECTION
public static final PdkMethod GET_FEATURE_COLLECTION_PAGED
public static final PdkMethod GET_FEATURE_COUNT
public static final PdkMethod GET_CHILDREN_BY_PARENT_ID
public static final PdkMethod GET_NEW_FEAUTRE_ID
public static final PdkMethod SAVE_FEATURE
public static final PdkMethod SAVE_FEATURE_AND_NOTIFY
public static final PdkMethod DELETE_FEATURE
public static final PdkMethod VALIDATE_GML
public static final PdkMethod TEST_PLAN_STATUS_CHANGE
public static final PdkMethod SEND_EMAIL_BY_PLAN_ID
public static PdkMethod[] values()
for (PdkMethod c : PdkMethod.values()) System.out.println(c);
public static PdkMethod valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getText()
public abstract PdkMethodResult createResult(PdkMethodContext ctx)