|
||||||||||
| 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
AttributeNotSetExceptionboolean hasName()
void setOwnerType(java.lang.String s)
s -
java.lang.String getOwnerType()
throws AttributeNotSetException
AttributeNotSetExceptionboolean hasOwnerType()
void setOwner(java.lang.String s)
s -
java.lang.String getOwner()
throws AttributeNotSetException
AttributeNotSetExceptionboolean hasOwner()
void setValue(java.lang.String s)
java.lang.String getValue()
throws AttributeNotSetException
AttributeNotSetExceptionboolean hasValue()
void setValueType(int s)
int getValueType()
throws AttributeNotSetException
AttributeNotSetExceptionboolean hasValueType()
void setQueryContext(int s)
int getQueryContext()
throws AttributeNotSetException
AttributeNotSetExceptionboolean hasQueryContext()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||