gov.nih.nci.evs.domain
Class AttributeSetDescriptor

java.lang.Object
  extended bygov.nih.nci.evs.domain.AttributeSetDescriptor
All Implemented Interfaces:
java.io.Serializable

public class AttributeSetDescriptor
extends java.lang.Object
implements java.io.Serializable

Sets the description of the Concept attributes that should be retrieved by a given operation

See Also:
Serialized Form

Field Summary
static AttributeSetDescriptor ALL_ATTRIBUTES
           
static AttributeSetDescriptor ALL_PROPERTIES
           
static AttributeSetDescriptor ALL_ROLES
           
static AttributeSetDescriptor NO_ATTRIBUTES
           
static int WITH_ALL_ATTRIBUTES
           
static int WITH_ALL_PROPERTIES
           
static int WITH_ALL_ROLES
           
static int WITH_NO_ATTRIBUTES
           
 
Constructor Summary
AttributeSetDescriptor(java.lang.String s)
          Creates a new AttributeSetDescriptor instance with the specified name
 
Method Summary
 void addProperty(java.lang.String s)
          Adds a property value
 void addRole(java.lang.String s)
          Adds a role
 java.lang.String getName()
          Returns the name
 java.util.Vector getPropertyCollection()
          Returns all the properties
 java.util.Vector getRoleCollection()
          Returns all the roles
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALL_ATTRIBUTES

public static final AttributeSetDescriptor ALL_ATTRIBUTES

ALL_PROPERTIES

public static final AttributeSetDescriptor ALL_PROPERTIES

ALL_ROLES

public static final AttributeSetDescriptor ALL_ROLES

NO_ATTRIBUTES

public static final AttributeSetDescriptor NO_ATTRIBUTES

WITH_NO_ATTRIBUTES

public static final int WITH_NO_ATTRIBUTES
See Also:
Constant Field Values

WITH_ALL_ATTRIBUTES

public static final int WITH_ALL_ATTRIBUTES
See Also:
Constant Field Values

WITH_ALL_ROLES

public static final int WITH_ALL_ROLES
See Also:
Constant Field Values

WITH_ALL_PROPERTIES

public static final int WITH_ALL_PROPERTIES
See Also:
Constant Field Values
Constructor Detail

AttributeSetDescriptor

public AttributeSetDescriptor(java.lang.String s)
Creates a new AttributeSetDescriptor instance with the specified name

Parameters:
s - Specifies the name
Method Detail

getName

public java.lang.String getName()
Returns the name

Returns:
Returns the name

addProperty

public void addProperty(java.lang.String s)
Adds a property value

Parameters:
s - Specifies the property value

addRole

public void addRole(java.lang.String s)
Adds a role

Parameters:
s - Specifies the role name

getPropertyCollection

public java.util.Vector getPropertyCollection()
Returns all the properties

Returns:
Returns the properties

getRoleCollection

public java.util.Vector getRoleCollection()
Returns all the roles

Returns:
Returns the roles