|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.openptk.api.Element org.openptk.api.Input
public class Input
The Input object is used "transport" data when an Operation is executed. The Input can contain:
Constructor Summary | |
---|---|
Input()
Creates a new Input oblect. |
|
Input(Input input)
Create a new Input that is a copy of the specified Input. |
Method Summary | |
---|---|
static void |
build(Input input,
StructureIF struct)
Populates the Input with Attributes from the StructureIF data. |
Input |
copy()
Creates a "deep" copy of the Input. |
AttributeIF.Access |
getAccess()
Get the Input's access level. |
java.lang.String |
getAccessAsString()
Get the Input's access level, string representation. |
Query |
getQuery()
Get the Input's Query. |
void |
removeQuery()
Removes the Input's Query. |
void |
setAccess(AttributeIF.Access access)
Set the Input's access level. |
void |
setAccess(java.lang.String val)
Set the Input's access level. |
void |
setQuery(Query query)
Set the Input's Query. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Input()
public Input(Input input)
input
- an existing InputMethod Detail |
---|
public static void build(Input input, StructureIF struct)
input
- a non-null Input objectstruct
- a non-null SturctureIF objectpublic Input copy()
copy
in interface ElementIF
copy
in class Element
public final AttributeIF.Access getAccess()
public final java.lang.String getAccessAsString()
public final Query getQuery()
public final void removeQuery()
public final void setAccess(AttributeIF.Access access)
access
- the access levelpublic final void setAccess(java.lang.String val)
val
- the access levelpublic final void setQuery(Query query)
query
- a Query object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |