Package | Description |
---|---|
com.opencloud.slee.resources.cgin |
Defines an API for the CGIN infrastructure on which all protocols are built.
|
Modifier and Type | Method and Description |
---|---|
FieldAccessorFactory.Presence |
FieldAccessor.getPresence()
Gets whether this field is mandatory or optional.
|
static FieldAccessorFactory.Presence |
FieldAccessorFactory.Presence.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldAccessorFactory.Presence[] |
FieldAccessorFactory.Presence.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static FieldAccessor |
FieldAccessorFactory.forField(Class<? extends AbstractFieldsObject> clazz,
String name,
FieldAccessorFactory.Presence presence)
Creates a new FieldAccessor for a field that has the given ASN.1 name,
is in the type with the given class,
and is either mandatory or optional.
|