oracle.uddi.message
Class UddiLengthConstants
java.lang.Object
  |
  +--oracle.uddi.message.UddiLengthConstants
- public class UddiLengthConstants
- extends java.lang.Object
Encapsulates version-specific maximum field lengths information
 
 
  
 
  
 
| Method Summary | 
| static int | getMaxLength(UddiVersionConstants version, java.lang.String szFieldNameConstant)Returns maximum length given specific UDDI version and field name.
 | 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
 
accessPoint
public static final java.lang.String accessPoint
- 
- See Also:
- Constant Field Values
 
 
addressLine
public static final java.lang.String addressLine
- 
- See Also:
- Constant Field Values
 
 
authInfo
public static final java.lang.String authInfo
- 
- See Also:
- Constant Field Values
 
 
authorizedName
public static final java.lang.String authorizedName
- 
- See Also:
- Constant Field Values
 
 
bindingKey
public static final java.lang.String bindingKey
- 
- See Also:
- Constant Field Values
 
 
businessKey
public static final java.lang.String businessKey
- 
- See Also:
- Constant Field Values
 
 
description
public static final java.lang.String description
- 
- See Also:
- Constant Field Values
 
 
discoveryURL
public static final java.lang.String discoveryURL
- 
- See Also:
- Constant Field Values
 
 
email
public static final java.lang.String email
- 
- See Also:
- Constant Field Values
 
 
fromKey
public static final java.lang.String fromKey
- 
- See Also:
- Constant Field Values
 
 
hostingRedirector
public static final java.lang.String hostingRedirector
- 
- See Also:
- Constant Field Values
 
 
instanceParms
public static final java.lang.String instanceParms
- 
- See Also:
- Constant Field Values
 
 
keyName
public static final java.lang.String keyName
- 
- See Also:
- Constant Field Values
 
 
keyType
public static final java.lang.String keyType
- 
- See Also:
- Constant Field Values
 
 
keyValue
public static final java.lang.String keyValue
- 
- See Also:
- Constant Field Values
 
 
name
public static final java.lang.String name
- 
- See Also:
- Constant Field Values
 
 
overviewURL
public static final java.lang.String overviewURL
- 
- See Also:
- Constant Field Values
 
 
personName
public static final java.lang.String personName
- 
- See Also:
- Constant Field Values
 
 
phone
public static final java.lang.String phone
- 
- See Also:
- Constant Field Values
 
 
serviceKey
public static final java.lang.String serviceKey
- 
- See Also:
- Constant Field Values
 
 
sortCode
public static final java.lang.String sortCode
- 
- See Also:
- Constant Field Values
 
 
tModelKey
public static final java.lang.String tModelKey
- 
- See Also:
- Constant Field Values
 
 
toKey
public static final java.lang.String toKey
- 
- See Also:
- Constant Field Values
 
 
uploadRegister
public static final java.lang.String uploadRegister
- 
- See Also:
- Constant Field Values
 
 
URLType
public static final java.lang.String URLType
- 
- See Also:
- Constant Field Values
 
 
useType
public static final java.lang.String useType
- 
- See Also:
- Constant Field Values
 
 
xmlLang
public static final java.lang.String xmlLang
- 
- See Also:
- Constant Field Values
 
UddiLengthConstants
public UddiLengthConstants()
 
 
getMaxLength
public static int getMaxLength(UddiVersionConstants version,
                               java.lang.String szFieldNameConstant)
- Returns maximum length given specific UDDI version and field name. Returns -1 if unknown version or field name.
 
Copyright © 2001, 2003, Oracle. All rights reserved.