|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Parameter
Field Summary | |
---|---|
static int |
APPLICATION
Types of Query Contexts. |
static int |
LITERAL
|
static int |
MODULE
|
static int |
PACKAGE
|
static int |
QUERY
Types of value types. |
static int |
SCRIPT
|
static int |
TARGET
|
Method Summary | |
---|---|
java.lang.String |
getName()
|
java.lang.String |
getOwner()
|
java.lang.String |
getOwnerType()
|
int |
getQueryContext()
|
java.lang.String |
getValue()
|
int |
getValueType()
|
boolean |
hasName()
|
boolean |
hasOwner()
|
boolean |
hasOwnerType()
|
boolean |
hasQueryContext()
|
boolean |
hasValue()
|
boolean |
hasValueType()
|
void |
setName(java.lang.String s)
|
void |
setOwner(java.lang.String s)
Owner is the actual name of the owner, like OrgerManagementWebApp |
void |
setOwnerType(java.lang.String s)
Owner type is the "type" of the owner, like ModuleDefinition.class.getName() |
void |
setQueryContext(int s)
|
void |
setValue(java.lang.String s)
|
void |
setValueType(int s)
|
Methods inherited from interface com.collation.platform.model.ModelObject |
---|
getAdminState, getAllAttributes, getBidiFlag, getBidiFormat, getCDMSource, getCmdbSource, getContextIp, getCreatedBy, getDescription, getDisplayName, getExtendedAttributes, getGuid, getLabel, getLastModifiedBy, getLastModifiedTime, getObjectType, getSourceToken, hasAdminState, hasBidiFlag, hasBidiFormat, hasCDMSource, hasCmdbSource, hasContextIp, hasDescription, hasDisplayName, hasExtendedAttributes, hasGuid, hasLabel, hasObjectType, hasSourceToken, setAdminState, setBidiFlag, setBidiFormat, setCDMSource, setCmdbSource, setContextIp, setDescription, setExtendedAttributes, setGuid, setLabel, setObjectType, setSourceToken |
Field Detail |
---|
static final int APPLICATION
static final int MODULE
static final int PACKAGE
static final int TARGET
static final int QUERY
static final int LITERAL
static final int SCRIPT
Method Detail |
---|
void setName(java.lang.String s)
java.lang.String getName() throws AttributeNotSetException
AttributeNotSetException
boolean hasName()
void setOwnerType(java.lang.String s)
s
- java.lang.String getOwnerType() throws AttributeNotSetException
AttributeNotSetException
boolean hasOwnerType()
void setOwner(java.lang.String s)
s
- java.lang.String getOwner() throws AttributeNotSetException
AttributeNotSetException
boolean hasOwner()
void setValue(java.lang.String s)
java.lang.String getValue() throws AttributeNotSetException
AttributeNotSetException
boolean hasValue()
void setValueType(int s)
int getValueType() throws AttributeNotSetException
AttributeNotSetException
boolean hasValueType()
void setQueryContext(int s)
int getQueryContext() throws AttributeNotSetException
AttributeNotSetException
boolean hasQueryContext()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |