org.npsnet.xrti.proxies
Interface HLAenumeratedDataType

All Superinterfaces:
HLAdataType, HLAobjectRoot, HLAreflection
All Known Implementing Classes:
HLAenumeratedDataTypeProxy

public interface HLAenumeratedDataType
extends HLAdataType

Autogenerated object instance interface.

Author:
org.npsnet.xrti.utilities.ProxyCompiler

Method Summary
 void addHLAenumeratedDataTypeListener(HLAenumeratedDataTypeListener l)
          Adds a listener for the attributes associated with the HLAenumeratedDataType class.
 HLAenumerator[] getEnumerators()
          Returns the value of the enumerators attribute.
 java.lang.String getRepresentation()
          Returns the value of the representation attribute.
 java.lang.String getSemantics()
          Returns the value of the semantics attribute.
 void removeHLAenumeratedDataTypeListener(HLAenumeratedDataTypeListener l)
          Removes a listener for the attributes associated with the HLAenumeratedDataType class.
 void setEnumerators(HLAenumerator[] pEnumerators, byte[] userSuppliedTag)
          Sets the value of the enumerators attribute.
 void setRepresentation(java.lang.String pRepresentation, byte[] userSuppliedTag)
          Sets the value of the representation attribute.
 void setSemantics(java.lang.String pSemantics, byte[] userSuppliedTag)
          Sets the value of the semantics attribute.
 
Methods inherited from interface org.npsnet.xrti.proxies.HLAdataType
addHLAdataTypeListener, removeHLAdataTypeListener
 
Methods inherited from interface org.npsnet.xrti.proxies.HLAreflection
addHLAreflectionListener, getName, removeHLAreflectionListener, setName
 
Methods inherited from interface org.npsnet.xrti.proxies.HLAobjectRoot
addHLAobjectRootListener, removeHLAobjectRootListener
 

Method Detail

addHLAenumeratedDataTypeListener

public void addHLAenumeratedDataTypeListener(HLAenumeratedDataTypeListener l)
Adds a listener for the attributes associated with the HLAenumeratedDataType class.

Parameters:
l - the listener to add

removeHLAenumeratedDataTypeListener

public void removeHLAenumeratedDataTypeListener(HLAenumeratedDataTypeListener l)
Removes a listener for the attributes associated with the HLAenumeratedDataType class.

Parameters:
l - the listener to remove

setRepresentation

public void setRepresentation(java.lang.String pRepresentation,
                              byte[] userSuppliedTag)
                       throws ObjectInstanceNotKnown,
                              AttributeNotDefined,
                              AttributeNotOwned,
                              FederateNotExecutionMember,
                              SaveInProgress,
                              RestoreInProgress,
                              RTIinternalError
Sets the value of the representation attribute.

Parameters:
pRepresentation - the new attribute value
userSuppliedTag - a user-supplied tag to associate with the action
Throws:
ObjectInstanceNotKnown - if the object instance is unknown
AttributeNotDefined - if one of the attributes is undefined
AttributeNotOwned - if one of the attributes is not owned
FederateNotExecutionMember - if the federate is not a member of an execution
SaveInProgress - if a save operation is in progress
RestoreInProgress - if a restore operation is in progress
RTIinternalError - if an internal error occurred in the run-time infrastructure

getRepresentation

public java.lang.String getRepresentation()
Returns the value of the representation attribute.

Returns:
the current attribute value

setEnumerators

public void setEnumerators(HLAenumerator[] pEnumerators,
                           byte[] userSuppliedTag)
                    throws ObjectInstanceNotKnown,
                           AttributeNotDefined,
                           AttributeNotOwned,
                           FederateNotExecutionMember,
                           SaveInProgress,
                           RestoreInProgress,
                           RTIinternalError
Sets the value of the enumerators attribute.

Parameters:
pEnumerators - the new attribute value
userSuppliedTag - a user-supplied tag to associate with the action
Throws:
ObjectInstanceNotKnown - if the object instance is unknown
AttributeNotDefined - if one of the attributes is undefined
AttributeNotOwned - if one of the attributes is not owned
FederateNotExecutionMember - if the federate is not a member of an execution
SaveInProgress - if a save operation is in progress
RestoreInProgress - if a restore operation is in progress
RTIinternalError - if an internal error occurred in the run-time infrastructure

getEnumerators

public HLAenumerator[] getEnumerators()
Returns the value of the enumerators attribute.

Returns:
the current attribute value

setSemantics

public void setSemantics(java.lang.String pSemantics,
                         byte[] userSuppliedTag)
                  throws ObjectInstanceNotKnown,
                         AttributeNotDefined,
                         AttributeNotOwned,
                         FederateNotExecutionMember,
                         SaveInProgress,
                         RestoreInProgress,
                         RTIinternalError
Sets the value of the semantics attribute.

Parameters:
pSemantics - the new attribute value
userSuppliedTag - a user-supplied tag to associate with the action
Throws:
ObjectInstanceNotKnown - if the object instance is unknown
AttributeNotDefined - if one of the attributes is undefined
AttributeNotOwned - if one of the attributes is not owned
FederateNotExecutionMember - if the federate is not a member of an execution
SaveInProgress - if a save operation is in progress
RestoreInProgress - if a restore operation is in progress
RTIinternalError - if an internal error occurred in the run-time infrastructure

getSemantics

public java.lang.String getSemantics()
Returns the value of the semantics attribute.

Returns:
the current attribute value