org.gxml.xs
Enum SmOutcome
java.lang.Object
java.lang.Enum<SmOutcome>
org.gxml.xs.SmOutcome
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<SmOutcome>
public enum SmOutcome
- extends java.lang.Enum<SmOutcome>
Method Summary |
java.lang.String |
getSection()
|
static SmOutcome |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SmOutcome[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared. |
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
CVC_Complex_Type
public static final SmOutcome CVC_Complex_Type
CVC_Attribute
public static final SmOutcome CVC_Attribute
CVC_Element_Locally_Valid
public static final SmOutcome CVC_Element_Locally_Valid
CVC_Schema_Validity_Assessment_Element
public static final SmOutcome CVC_Schema_Validity_Assessment_Element
CVC_Datatype
public static final SmOutcome CVC_Datatype
CVC_Facet
public static final SmOutcome CVC_Facet
CVC_Pattern
public static final SmOutcome CVC_Pattern
CVC_Simple_Type
public static final SmOutcome CVC_Simple_Type
CVC_Type
public static final SmOutcome CVC_Type
CVC_ID
public static final SmOutcome CVC_ID
CVC_IdentityConstraint
public static final SmOutcome CVC_IdentityConstraint
CVC_Length
public static final SmOutcome CVC_Length
CVC_MaxExclusive
public static final SmOutcome CVC_MaxExclusive
CVC_MaxInclusive
public static final SmOutcome CVC_MaxInclusive
CVC_MaxLength
public static final SmOutcome CVC_MaxLength
CVC_MinExclusive
public static final SmOutcome CVC_MinExclusive
CVC_MinInclusive
public static final SmOutcome CVC_MinInclusive
CVC_MinLength
public static final SmOutcome CVC_MinLength
SRC_Attribute
public static final SmOutcome SRC_Attribute
SRC_ComplexType
public static final SmOutcome SRC_ComplexType
SRC_Element
public static final SmOutcome SRC_Element
SRC_Import
public static final SmOutcome SRC_Import
SRC_Include
public static final SmOutcome SRC_Include
SRC_QName
public static final SmOutcome SRC_QName
SRC_Redefine
public static final SmOutcome SRC_Redefine
SRC_SimpleType
public static final SmOutcome SRC_SimpleType
SRC_NotWellFormed
public static final SmOutcome SRC_NotWellFormed
SRC_TopLevel
public static final SmOutcome SRC_TopLevel
SCC_All_Group_Limited
public static final SmOutcome SCC_All_Group_Limited
SCC_Attribute_Declaration_Properties_Correct
public static final SmOutcome SCC_Attribute_Declaration_Properties_Correct
SCC_Attribute_Group_Definition_Properties_Correct
public static final SmOutcome SCC_Attribute_Group_Definition_Properties_Correct
SCC_Identity_Constraint_Definition_Properties_Correct
public static final SmOutcome SCC_Identity_Constraint_Definition_Properties_Correct
SCC_Type_Derivation_OK_Complex
public static final SmOutcome SCC_Type_Derivation_OK_Complex
SCC_Type_Derivation_OK_Simple
public static final SmOutcome SCC_Type_Derivation_OK_Simple
SCC_Derivation_Valid_Extension
public static final SmOutcome SCC_Derivation_Valid_Extension
SCC_Derivation_Valid_Restriction_Complex
public static final SmOutcome SCC_Derivation_Valid_Restriction_Complex
SCC_FractionDigitsTotalDigits
public static final SmOutcome SCC_FractionDigitsTotalDigits
SCC_TotalDigitsValidRestriction
public static final SmOutcome SCC_TotalDigitsValidRestriction
SCC_FractionDigitsValidRestriction
public static final SmOutcome SCC_FractionDigitsValidRestriction
SCC_LengthValidRestriction
public static final SmOutcome SCC_LengthValidRestriction
SCC_Length_MinLength_Or_MaxLength
public static final SmOutcome SCC_Length_MinLength_Or_MaxLength
SCC_MaxInclusiveAndMaxExclusive
public static final SmOutcome SCC_MaxInclusiveAndMaxExclusive
SCC_MaxExclusiveValidRestriction
public static final SmOutcome SCC_MaxExclusiveValidRestriction
SCC_MinExclusiveValidRestriction
public static final SmOutcome SCC_MinExclusiveValidRestriction
SCC_MaxInclusiveValidRestriction
public static final SmOutcome SCC_MaxInclusiveValidRestriction
SCC_MinInclusiveValidRestriction
public static final SmOutcome SCC_MinInclusiveValidRestriction
SCC_MinLengthLessThanEqualToMaxLength
public static final SmOutcome SCC_MinLengthLessThanEqualToMaxLength
SCC_MinInclusiveLessThanEqualToMaxInclusive
public static final SmOutcome SCC_MinInclusiveLessThanEqualToMaxInclusive
SCC_MinExclusiveLessThanEqualToMaxExclusive
public static final SmOutcome SCC_MinExclusiveLessThanEqualToMaxExclusive
SCC_Element_Declaration_Properties_Correct
public static final SmOutcome SCC_Element_Declaration_Properties_Correct
SCC_Element_Default_Valid_Immediate
public static final SmOutcome SCC_Element_Default_Valid_Immediate
SCC_Derivation_Valid_Restriction_Simple
public static final SmOutcome SCC_Derivation_Valid_Restriction_Simple
SCC_Substitution_Group_OK_Transitive
public static final SmOutcome SCC_Substitution_Group_OK_Transitive
SCC_ModelGroup
public static final SmOutcome SCC_ModelGroup
SCC_xmlns_Not_Allowed
public static final SmOutcome SCC_xmlns_Not_Allowed
SCC_xsi_Not_Allowed
public static final SmOutcome SCC_xsi_Not_Allowed
SCC_Complex_Type_Definition_Properties
public static final SmOutcome SCC_Complex_Type_Definition_Properties
SCC_Simple_Type_Definition_Properties
public static final SmOutcome SCC_Simple_Type_Definition_Properties
SCC_Particle_Correct
public static final SmOutcome SCC_Particle_Correct
SCC_Occurrence_Range
public static final SmOutcome SCC_Occurrence_Range
SCC_Attribute_Wildcard_Intersection
public static final SmOutcome SCC_Attribute_Wildcard_Intersection
SCC_Attribute_Wildcard_Union
public static final SmOutcome SCC_Attribute_Wildcard_Union
SCC_WhiteSpaceValidRestriction
public static final SmOutcome SCC_WhiteSpaceValidRestriction
SIC_Limitation
public static final SmOutcome SIC_Limitation
TODO
public static final SmOutcome TODO
values
public static SmOutcome[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (SmOutcome c : SmOutcome.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static SmOutcome valueOf(java.lang.String name)
- 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.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
getSection
public java.lang.String getSection()
Copyright © 2009 TIBCO Software Inc. All Rights Reserved.