FieldVisibility
Describes the visibility options for a given field.
Content copied to clipboard
elide.model.FieldVisibility
Properties
Link copied to clipboard
Denotes data that should only be exposed to authorized users.
Content copied to clipboard
AUTHORIZED = 2;
Link copied to clipboard
Default visibility level. No change to default behavior.
Content copied to clipboard
DEFAULT_VISIBILITY = 0;
Link copied to clipboard
Denotes data that should only be exposed internally.
Content copied to clipboard
INTERNAL = 4;
Link copied to clipboard
Denotes data that is fine to expose publicly.
Content copied to clipboard
OPEN = 1;
Link copied to clipboard
Denotes data that should only be exposed to users authorized by the owner.
Content copied to clipboard
OWNER = 3;
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.