|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Nested Class Summary | |
static class |
CellInformationBase.AttributeDefinedConstraint
|
static class |
CellInformationBase.CompositeSelectionConstraint
|
static class |
CellInformationBase.NameComponent
|
static class |
CellInformationBase.NameSpace
|
static interface |
CellInformationBase.Resource
|
static class |
CellInformationBase.ResourceName
|
static class |
CellInformationBase.SelectionConstraint
|
static class |
CellInformationBase.SimpleRegexpConstraint
|
Field Summary | |
static java.lang.String |
SERVICE_NAME
|
Method Summary | |
void |
addResource(CellInformationBase.ResourceName r)
Describe addResource method here. |
java.lang.String |
getAttribute(CellInformationBase.ResourceName r,
java.lang.String a)
Describe getAttribute method here. |
java.lang.String[] |
getAttributes(CellInformationBase.ResourceName r)
Describe getAttributes method here. |
void |
removeResource(CellInformationBase.ResourceName r)
Describe removeResource method here. |
CellInformationBase.ResourceName[] |
select(CellInformationBase.SelectionConstraint sc,
CellInformationBase.NameSpace[] ns,
int maxResults)
Deprecated. Use the alterative select(SelectionConstraint, NameSpace, int) form. |
CellInformationBase.ResourceName[] |
select(CellInformationBase.SelectionConstraint filter,
CellInformationBase.NameSpace ns,
int maxResults)
|
CellInformationBase.ResourceName[] |
select(CellInformationBase.SelectionConstraint filter,
int maxResults)
Deprecated. Use the alterative select(SelectionConstraint, NameSpace, int) form. |
CellInformationBase.ResourceName[] |
selectByName(java.lang.String n,
CellInformationBase.NameSpace ns,
int maxResults)
Describe selectByName method here. |
CellInformationBase.ResourceName[] |
selectByType(java.lang.String t,
CellInformationBase.NameSpace ns,
int maxResults)
Describe selectByType method here. |
java.lang.String |
setAttribute(CellInformationBase.ResourceName r,
java.lang.String a,
java.lang.String v)
Describe setAttribute method here. |
Field Detail |
public static final java.lang.String SERVICE_NAME
Method Detail |
public CellInformationBase.ResourceName[] select(CellInformationBase.SelectionConstraint filter, int maxResults)
select
method here.
filter
- a SelectionConstraint
valuemaxResults
- an int
value
ResourceName[]
valuepublic CellInformationBase.ResourceName[] select(CellInformationBase.SelectionConstraint filter, CellInformationBase.NameSpace ns, int maxResults)
public CellInformationBase.ResourceName[] select(CellInformationBase.SelectionConstraint sc, CellInformationBase.NameSpace[] ns, int maxResults)
select
method here.
maxResults
- an int
value
ResourceName[]
valuepublic CellInformationBase.ResourceName[] selectByName(java.lang.String n, CellInformationBase.NameSpace ns, int maxResults)
selectByName
method here.
n
- a String
valuens
- a NameSpace
valuemaxResults
- an int
value
ResourceName[]
valuepublic CellInformationBase.ResourceName[] selectByType(java.lang.String t, CellInformationBase.NameSpace ns, int maxResults)
selectByType
method here.
t
- a String
valuens
- a NameSpace
valuemaxResults
- an int
value
ResourceName[]
valuepublic java.lang.String getAttribute(CellInformationBase.ResourceName r, java.lang.String a)
getAttribute
method here.
r
- a ResourceName
valuea
- a String
value
String
valuepublic java.lang.String setAttribute(CellInformationBase.ResourceName r, java.lang.String a, java.lang.String v)
setAttribute
method here.
r
- a ResourceName
valuea
- a String
valuev
- a String
value
String
valuepublic java.lang.String[] getAttributes(CellInformationBase.ResourceName r)
getAttributes
method here.
r
- a ResourceName
value
String[]
valuepublic void addResource(CellInformationBase.ResourceName r)
addResource
method here.
r
- a ResourceName
valuepublic void removeResource(CellInformationBase.ResourceName r)
removeResource
method here.
r
- a ResourceName
value
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |