public static enum Space.SpaceFields extends Enum<Space.SpaceFields> implements WWFieldsAttributesInterface
WWFieldsAttributesInterface
Enum Constant and Description |
---|
CREATED |
DESCRIPTION |
ID |
MEMBERS_UPDATED |
TITLE |
UPDATED |
Modifier and Type | Method and Description |
---|---|
String |
getLabel() |
Class<?> |
getObjectClassType() |
static Space.SpaceFields |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Space.SpaceFields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Space.SpaceFields ID
public static final Space.SpaceFields DESCRIPTION
public static final Space.SpaceFields TITLE
public static final Space.SpaceFields CREATED
public static final Space.SpaceFields UPDATED
public static final Space.SpaceFields MEMBERS_UPDATED
public static Space.SpaceFields[] values()
for (Space.SpaceFields c : Space.SpaceFields.values()) System.out.println(c);
public static Space.SpaceFields valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getLabel()
getLabel
in interface WWFieldsAttributesInterface
public Class<?> getObjectClassType()
getObjectClassType
in interface WWFieldsAttributesInterface
Copyright © 2018 OpenNTF. All rights reserved.