public enum EntityRole extends Enum<EntityRole>
N_V_ContentModel_IncIgn =) N_V_ContentModel NT NTV => NTVs
Enum Constant and Description |
---|
ContentModel
is definitely sub expression of a content model
|
CrUdE
none of the above
|
IncIgn
has been USED as an "ingore/include" switch.
|
N_V_ContentModel
simple id, can be attribute name, attribute value,
part of an enumeration type definition, or part of a content model
|
N_V_ContentModel_IncIgn
like preceding, but additionally to be used for the selection "INCLUDE/IGNORE"
|
NT
is definitely a sequence of attribute name and type
|
NTV
is definitely a complete attribute definition
|
NTVs
is definitely a sequence of more than one
complete attribute definitions
|
T
is definitely an attribute type, nothing else
|
T_or_ContentModel
is part of an enumerated attribute type, or disjunction in a content model
|
TV
is definitely sequence of attribute type and value
|
V
is definitely attribute value
|
Modifier and Type | Field and Description |
---|---|
protected boolean |
maybe_content |
Modifier and Type | Method and Description |
---|---|
boolean |
maybe_content() |
static EntityRole |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityRole[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EntityRole N_V_ContentModel
public static final EntityRole N_V_ContentModel_IncIgn
public static final EntityRole NT
public static final EntityRole NTV
public static final EntityRole NTVs
public static final EntityRole T
public static final EntityRole T_or_ContentModel
public static final EntityRole TV
public static final EntityRole V
public static final EntityRole ContentModel
public static final EntityRole IncIgn
public static final EntityRole CrUdE
public static EntityRole[] values()
for (EntityRole c : EntityRole.values()) System.out.println(c);
public static EntityRole 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 boolean maybe_content()
see also the complete user documentation .