|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<XSDProhibitedSubstitutions> org.eclipse.xsd.XSDProhibitedSubstitutions
public enum XSDProhibitedSubstitutions
A representation of the literals of the enumeration 'Prohibited Substitutions'.
XSDComplexTypeDefinition.getProhibitedSubstitutions()
,
XSDSchema.getFinalDefault()
,
XSDElementDeclaration.getLexicalFinal()
,
XSDComplexTypeDefinition.getBlock()
,
XSDPackage.getXSDProhibitedSubstitutions()
Enum Constant Summary | |
---|---|
ALL_LITERAL
The 'All' literal object |
|
EXTENSION_LITERAL
The 'Extension' literal object |
|
RESTRICTION_LITERAL
The 'Restriction' literal object |
Field Summary | |
---|---|
static int |
ALL
The 'All' literal value |
static int |
EXTENSION
The 'Extension' literal value |
static int |
RESTRICTION
The 'Restriction' literal value |
static java.util.List<XSDProhibitedSubstitutions> |
VALUES
A public read-only list of all the 'Prohibited Substitutions' enumerators |
Method Summary | |
---|---|
static XSDProhibitedSubstitutions |
get(int value)
Returns the 'Prohibited Substitutions' literal with the specified integer value |
static XSDProhibitedSubstitutions |
get(java.lang.String literal)
Returns the 'Prohibited Substitutions' literal with the specified literal value |
static XSDProhibitedSubstitutions |
getByName(java.lang.String name)
Returns the 'Prohibited Substitutions' literal with the specified name |
java.lang.String |
getLiteral()
|
java.lang.String |
getName()
|
int |
getValue()
|
java.lang.String |
toString()
Returns the literal value of the enumerator, which is its string representation |
static XSDProhibitedSubstitutions |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static XSDProhibitedSubstitutions[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final XSDProhibitedSubstitutions EXTENSION_LITERAL
EXTENSION
public static final XSDProhibitedSubstitutions RESTRICTION_LITERAL
RESTRICTION
public static final XSDProhibitedSubstitutions ALL_LITERAL
ALL
Field Detail |
---|
public static final int EXTENSION
This is used to indicate that types derived via extension will not be permitted to validate content.
EXTENSION_LITERAL
,
Constant Field Valuespublic static final int RESTRICTION
This is used to indicate that types derived via restriction will not be permitted to validate content.
RESTRICTION_LITERAL
,
Constant Field Valuespublic static final int ALL
This is used to indicate that derived types will not be permitted to validate content. It is literally expanded to extension and restriction in the infoset model.
ALL_LITERAL
,
Constant Field Valuespublic static final java.util.List<XSDProhibitedSubstitutions> VALUES
Method Detail |
---|
public static final XSDProhibitedSubstitutions[] values()
for(XSDProhibitedSubstitutions c : XSDProhibitedSubstitutions.values()) System.out.println(c);
public static XSDProhibitedSubstitutions valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namepublic static XSDProhibitedSubstitutions get(java.lang.String literal)
public static XSDProhibitedSubstitutions getByName(java.lang.String name)
public static XSDProhibitedSubstitutions get(int value)
public int getValue()
getValue
in interface Enumerator
public java.lang.String getName()
getName
in interface Enumerator
public java.lang.String getLiteral()
getLiteral
in interface Enumerator
public java.lang.String toString()
toString
in class java.lang.Enum<XSDProhibitedSubstitutions>
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |