com.softwareag.mdm.adaptation
Class AdaptationReference

java.lang.Object
  extended bycom.softwareag.mdm.adaptation.AdaptationName
      extended bycom.softwareag.mdm.adaptation.AdaptationReference

public final class AdaptationReference
extends AdaptationName

Public and persistent identifier of an adaptation instance, it is displayed as the "reference" in Manager.


Field Summary
static int MAX_LENGTH
          Maximum length of a reference String: 64.
static String REFERENCE_PATTERN
          Regular expression that controls the syntax of an adaptation instance reference.
 
Method Summary
 boolean equals(Object x)
           
static AdaptationReference forPersistentName(String aPublicName)
          Returns a reference to an adaptation instance.
 String getStringName()
          Returns the string that identifies this instance.
 int hashCode()
           
 
Methods inherited from class com.softwareag.mdm.adaptation.AdaptationName
forName, resolve, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

MAX_LENGTH

public static final int MAX_LENGTH
Maximum length of a reference String: 64.

See Also:
Constant Field Values

REFERENCE_PATTERN

public static final String REFERENCE_PATTERN
Regular expression that controls the syntax of an adaptation instance reference. The regular expression is:
"[a-zA-Z_][-a-zA-Z0-9_.]*"

See Also:
Constant Field Values
Method Detail

forPersistentName

public static AdaptationReference forPersistentName(String aPublicName)
Returns a reference to an adaptation instance.


equals

public boolean equals(Object x)

getStringName

public String getStringName()
Description copied from class: AdaptationName
Returns the string that identifies this instance.

Specified by:
getStringName in class AdaptationName

hashCode

public int hashCode()


(report a bug)
webMethods MDM 4.2.8 [0558]
Copyright Software AG 2000-2007. All rights reserved.