com.ibm.cics.core.comm
Interface IConnectionDescriptor.ExtendedAttribute

Enclosing interface:
IConnectionDescriptor

public static interface IConnectionDescriptor.ExtendedAttribute

Meta-object describing an extended attribute that should be available on a ConnectionConfiguration.


Method Summary
 java.lang.String getDefault()
          Returns the default value of this ExtendedAttribute.
 java.lang.String getKey()
          Returns the key associated with this ExtendedAttribute.
 IConnectionDescriptor.ExtendedAttributeType getType()
          Returns the IConnectionDescriptor.ExtendedAttributeType of this ExtendedAttribute's value.
 

Method Detail

getKey

java.lang.String getKey()
Returns the key associated with this ExtendedAttribute.

Returns:
the key associated with this ExtendedAttribute.

getDefault

java.lang.String getDefault()
Returns the default value of this ExtendedAttribute.

Returns:
the default value of this ExtendedAttribute.

getType

IConnectionDescriptor.ExtendedAttributeType getType()
Returns the IConnectionDescriptor.ExtendedAttributeType of this ExtendedAttribute's value.

Returns:
the ExtendedAttributeType of this ExtendedAttribute's value.


Copyright © 2013 IBM Corp. All Rights Reserved.