|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SmDerivationMethod | |
---|---|
org.gxml.xs |
Uses of SmDerivationMethod in org.gxml.xs |
---|
Methods in org.gxml.xs that return SmDerivationMethod | |
---|---|
SmDerivationMethod |
SmType.getDerivationMethod()
Returns the {derivation method} property of this type from its base type. |
static SmDerivationMethod |
SmDerivationMethod.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SmDerivationMethod[] |
SmDerivationMethod.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.gxml.xs that return types with arguments of type SmDerivationMethod | |
---|---|
java.util.Set<SmDerivationMethod> |
SmElement.getDisallowedSubtitutions()
{disallowed substitutions} property. |
java.util.Set<SmDerivationMethod> |
SmType.getFinal()
Returns the {final} property. |
java.util.Set<SmDerivationMethod> |
SmComplexType.getProhibitedSubstitutions()
Returns the {prohibited substitutions} property. |
java.util.Set<SmDerivationMethod> |
SmElement.getSubstitutionGroupExclusions()
Returns the set of derivation methods that are final. |
Methods in org.gxml.xs with parameters of type SmDerivationMethod | |
---|---|
boolean |
SmType.isFinal(SmDerivationMethod derivation)
Determines whether a particular derivation method is final. |
Method parameters in org.gxml.xs with type arguments of type SmDerivationMethod | |
---|---|
boolean |
SmType.derivedFrom(S namespace,
S name,
java.util.Set<SmDerivationMethod> derivationMethods)
|
boolean |
SmType.derivedFromType(SmType<A,S> ancestorType,
java.util.Set<SmDerivationMethod> derivationMethods)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |