public class _BaseAttributeStub extends org.omg.CORBA.portable.ObjectImpl implements BaseAttribute
| Constructor and Description |
|---|
_BaseAttributeStub() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
_ids() |
BaseElement |
getBaseElement()
(8005)
Return the base element to which the attribute belongs..
|
DataType |
getDataType()
(8001)
Get the data type of the base attribute.
|
EnumerationDefinition |
getEnumerationDefinition()
(8006)
Get the definition of the enumeration of the base attribute.
|
java.lang.String |
getName()
(8002)
Get the name of the base attribute.
|
boolean |
isObligatory()
(8003)
Get the obligatory flag of the base attribute.
|
boolean |
isUnique()
(8004)
Get the unique flag of the base attribute.
|
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toStringpublic DataType getDataType() throws AoException
getDataType in interface BaseAttributeOperationsAoException - with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic java.lang.String getName()
throws AoException
getName in interface BaseAttributeOperationsAoException - with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic boolean isObligatory()
throws AoException
isObligatory in interface BaseAttributeOperationsAoException - with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic boolean isUnique()
throws AoException
isUnique in interface BaseAttributeOperationsAoException - with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic BaseElement getBaseElement() throws AoException
getBaseElement in interface BaseAttributeOperationsAoException - with the following possible error codes:
AO_BAD_PARAMETER
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic EnumerationDefinition getEnumerationDefinition() throws AoException
getEnumerationDefinition in interface BaseAttributeOperationsAoException - with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVE
AO_INVALID_DATATYPEpublic java.lang.String[] _ids()
_ids in class org.omg.CORBA.portable.ObjectImpl