ca.infoway.messagebuilder.xml
Enum DifferenceType

Package class diagram package DifferenceType
java.lang.Object
  extended by java.lang.Enum<DifferenceType>
      extended by ca.infoway.messagebuilder.xml.DifferenceType
All Implemented Interfaces:
Serializable, Comparable<DifferenceType>

public enum DifferenceType
extends Enum<DifferenceType>


Enum Constant Summary
ARGUMENT_TEMPLATE_PARAMETER_NAME
           
ARGUMENT_TRAVERSAL_NAME
           
ASSOCIATION_TYPE
           
ATTRIBUTE_TYPE
           
CHOICE_RELATIONSHIP_TYPE
           
COMPONENT_ONLY_IN_ONE_VERSION
           
DUPLICATE_ASSOCIATION_TYPE
           
DUPLICATE_RELATIONSHIP_NAME
           
INTERACTION_SUPER_TYPE_NAME
           
MESSAGE_PART_ABSTRACT
           
PACKAGE_LOCATION_ROOT_TYPE
           
RELATIONSHIP_DOMAIN_TYPES_INCOMPATIBLE
           
RELATIONSHIP_ONE_OR_BOTH_DOMAIN_TYPES_NOT_IN_SYSTEM
           
RELATIONSHIP_ONLY_ONE_HAS_DOMAIN_TYPE
           
RELATIONSHIP_RENAMED
           
RELATIONSHIP_TEMPLATE_PARAMETER_NAME
           
 
Method Summary
static DifferenceType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DifferenceType[] 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

INTERACTION_SUPER_TYPE_NAME

public static final DifferenceType INTERACTION_SUPER_TYPE_NAME

ARGUMENT_TEMPLATE_PARAMETER_NAME

public static final DifferenceType ARGUMENT_TEMPLATE_PARAMETER_NAME

ARGUMENT_TRAVERSAL_NAME

public static final DifferenceType ARGUMENT_TRAVERSAL_NAME

PACKAGE_LOCATION_ROOT_TYPE

public static final DifferenceType PACKAGE_LOCATION_ROOT_TYPE

MESSAGE_PART_ABSTRACT

public static final DifferenceType MESSAGE_PART_ABSTRACT

RELATIONSHIP_RENAMED

public static final DifferenceType RELATIONSHIP_RENAMED

CHOICE_RELATIONSHIP_TYPE

public static final DifferenceType CHOICE_RELATIONSHIP_TYPE

RELATIONSHIP_ONLY_ONE_HAS_DOMAIN_TYPE

public static final DifferenceType RELATIONSHIP_ONLY_ONE_HAS_DOMAIN_TYPE

RELATIONSHIP_DOMAIN_TYPES_INCOMPATIBLE

public static final DifferenceType RELATIONSHIP_DOMAIN_TYPES_INCOMPATIBLE

RELATIONSHIP_ONE_OR_BOTH_DOMAIN_TYPES_NOT_IN_SYSTEM

public static final DifferenceType RELATIONSHIP_ONE_OR_BOTH_DOMAIN_TYPES_NOT_IN_SYSTEM

RELATIONSHIP_TEMPLATE_PARAMETER_NAME

public static final DifferenceType RELATIONSHIP_TEMPLATE_PARAMETER_NAME

COMPONENT_ONLY_IN_ONE_VERSION

public static final DifferenceType COMPONENT_ONLY_IN_ONE_VERSION

ASSOCIATION_TYPE

public static final DifferenceType ASSOCIATION_TYPE

ATTRIBUTE_TYPE

public static final DifferenceType ATTRIBUTE_TYPE

DUPLICATE_ASSOCIATION_TYPE

public static final DifferenceType DUPLICATE_ASSOCIATION_TYPE

DUPLICATE_RELATIONSHIP_NAME

public static final DifferenceType DUPLICATE_RELATIONSHIP_NAME
Method Detail

values

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

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

valueOf

public static DifferenceType valueOf(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:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null


Copyright © 2013. All Rights Reserved.