org.eclipse.uml2.uml.edit.providers
Enum TypedElementDefaultPropertyDescriptor.PropertyType

java.lang.Object
  extended by java.lang.Enum<TypedElementDefaultPropertyDescriptor.PropertyType>
      extended by org.eclipse.uml2.uml.edit.providers.TypedElementDefaultPropertyDescriptor.PropertyType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<TypedElementDefaultPropertyDescriptor.PropertyType>
Enclosing class:
TypedElementDefaultPropertyDescriptor

protected static enum TypedElementDefaultPropertyDescriptor.PropertyType
extends java.lang.Enum<TypedElementDefaultPropertyDescriptor.PropertyType>


Enum Constant Summary
BOOLEAN
           
ENUMERATION
           
INTEGER
           
REAL
           
STRING
           
UNLIMITED_NATURAL
           
USER
           
 
Method Summary
static TypedElementDefaultPropertyDescriptor.PropertyType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TypedElementDefaultPropertyDescriptor.PropertyType[] 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
 

Enum Constant Detail

USER

public static final TypedElementDefaultPropertyDescriptor.PropertyType USER

BOOLEAN

public static final TypedElementDefaultPropertyDescriptor.PropertyType BOOLEAN

STRING

public static final TypedElementDefaultPropertyDescriptor.PropertyType STRING

INTEGER

public static final TypedElementDefaultPropertyDescriptor.PropertyType INTEGER

REAL

public static final TypedElementDefaultPropertyDescriptor.PropertyType REAL

UNLIMITED_NATURAL

public static final TypedElementDefaultPropertyDescriptor.PropertyType UNLIMITED_NATURAL

ENUMERATION

public static final TypedElementDefaultPropertyDescriptor.PropertyType ENUMERATION
Method Detail

values

public static TypedElementDefaultPropertyDescriptor.PropertyType[] 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 (TypedElementDefaultPropertyDescriptor.PropertyType c : TypedElementDefaultPropertyDescriptor.PropertyType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static TypedElementDefaultPropertyDescriptor.PropertyType 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

Copyright 2003, 2014 IBM Corporation, CEA, and others.
All Rights Reserved.