|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nci.evs.domain.AttributeSetDescriptor
Sets the description of the Concept attributes that should be retrieved by a given operation
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 |
public static final AttributeSetDescriptor ALL_ATTRIBUTES
public static final AttributeSetDescriptor ALL_PROPERTIES
public static final AttributeSetDescriptor ALL_ROLES
public static final AttributeSetDescriptor NO_ATTRIBUTES
public static final int WITH_NO_ATTRIBUTES
public static final int WITH_ALL_ATTRIBUTES
public static final int WITH_ALL_ROLES
public static final int WITH_ALL_PROPERTIES
Constructor Detail |
public AttributeSetDescriptor(java.lang.String s)
s
- Specifies the nameMethod Detail |
public java.lang.String getName()
public void addProperty(java.lang.String s)
s
- Specifies the property valuepublic void addRole(java.lang.String s)
s
- Specifies the role namepublic java.util.Vector getPropertyCollection()
public java.util.Vector getRoleCollection()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |