Uses of Class
org.commonreality.identifier.IIdentifier.Type

Packages that use IIdentifier.Type
org.commonreality.identifier   
org.commonreality.identifier.impl   
org.commonreality.message.request.connect   
org.commonreality.object.identifier   
org.commonreality.participant.impl   
 

Uses of IIdentifier.Type in org.commonreality.identifier
 

Methods in org.commonreality.identifier that return IIdentifier.Type
 IIdentifier.Type IIdentifier.getType()
           
static IIdentifier.Type IIdentifier.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IIdentifier.Type[] IIdentifier.Type.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of IIdentifier.Type in org.commonreality.identifier.impl
 

Methods in org.commonreality.identifier.impl that return IIdentifier.Type
 IIdentifier.Type BasicIdentifier.getType()
           
 

Constructors in org.commonreality.identifier.impl with parameters of type IIdentifier.Type
BasicIdentifier(java.lang.String name, IIdentifier.Type type, IIdentifier owner)
           
 

Uses of IIdentifier.Type in org.commonreality.message.request.connect
 

Constructors in org.commonreality.message.request.connect with parameters of type IIdentifier.Type
ConnectionRequest(java.lang.String requestedName, IIdentifier.Type type, ICredentials credentials, IAddressingInformation address)
           
 

Uses of IIdentifier.Type in org.commonreality.object.identifier
 

Constructors in org.commonreality.object.identifier with parameters of type IIdentifier.Type
BasicSensoryIdentifier(java.lang.String name, IIdentifier.Type type, IIdentifier owner, IIdentifier sensor, IIdentifier agent)
           
 

Uses of IIdentifier.Type in org.commonreality.participant.impl
 

Constructors in org.commonreality.participant.impl with parameters of type IIdentifier.Type
AbstractParticipant(IIdentifier.Type type)
           
BasicParticipantIOHandler(AbstractParticipant participant, IIdentifier.Type type)