Uses of Class
com.opencloud.slee.resources.cgin.FieldAccessorFactory.Presence
-
Packages that use FieldAccessorFactory.Presence Package Description com.opencloud.slee.resources.cgin Defines an API for the CGIN infrastructure on which all protocols are built. -
-
Uses of FieldAccessorFactory.Presence in com.opencloud.slee.resources.cgin
Methods in com.opencloud.slee.resources.cgin that return FieldAccessorFactory.Presence Modifier and Type Method 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.Methods in com.opencloud.slee.resources.cgin with parameters of type FieldAccessorFactory.Presence Modifier and Type Method 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.
-