org.eclipse.xsd
Class XSDForm

java.lang.Object
  |
  +--org.eclipse.emf.common.util.AbstractEnumerator
        |
        +--org.eclipse.xsd.XSDForm
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

public final class XSDForm
extends org.eclipse.emf.common.util.AbstractEnumerator

A representation of the literals of the enumeration 'Form'.

See Also:
XSDSchema.getAttributeFormDefault(), XSDSchema.getElementFormDefault(), XSDFeature.getForm(), XSDPackage.getXSDForm()

Field Summary
static int QUALIFIED
          The 'Qualified' literal value.
static XSDForm QUALIFIED_LITERAL
          The 'Qualified' literal object.
static int UNQUALIFIED
          The 'Unqualified' literal value.
static XSDForm UNQUALIFIED_LITERAL
          The 'Unqualified' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Form' enumerators.
 
Method Summary
static XSDForm get(int value)
          Returns the 'Form' literal with the specified value.
static XSDForm get(java.lang.String name)
          Returns the 'Form' literal with the specified name.
 
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator
getName, getValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

QUALIFIED

public static final int QUALIFIED
The 'Qualified' literal value.

This is used to indicate that the feature is qualified, i.e., the value of the 'Target Namespace' attribute will be that of the schema.

See Also:
QUALIFIED_LITERAL

UNQUALIFIED

public static final int UNQUALIFIED
The 'Unqualified' literal value.

This is used to indicate that the feature is unqualified, i.e., the value of the 'Target Namespace' attribute will be null.

See Also:
UNQUALIFIED_LITERAL

QUALIFIED_LITERAL

public static final XSDForm QUALIFIED_LITERAL
The 'Qualified' literal object.

See Also:
QUALIFIED

UNQUALIFIED_LITERAL

public static final XSDForm UNQUALIFIED_LITERAL
The 'Unqualified' literal object.

See Also:
UNQUALIFIED

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Form' enumerators.
Method Detail

get

public static XSDForm get(java.lang.String name)
Returns the 'Form' literal with the specified name.

get

public static XSDForm get(int value)
Returns the 'Form' literal with the specified value.

Copyright 2001-2003 IBM Corporation and others.
All Rights Reserved.