|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.kex.model.ExampleResource
public class ExampleResource
The main model for representing a example resource.
Nested Class Summary | |
---|---|
static class |
ExampleResource.Type
Used to distinguish the resources. |
Constructor Summary | |
---|---|
ExampleResource(String localPathParam,
ExampleResource.Type resourceTypeParam)
Creates a new ExampleResource . |
Method Summary | |
---|---|
String |
getLocalPath()
Getter for local path. |
ExampleResource.Type |
getResourceType()
Getter for resourcetype. |
boolean |
isDirectOpen()
Getter for directopen. |
void |
setDirectOpen(boolean directOpenParam)
Setter for the attribute directopen. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExampleResource(String localPathParam, ExampleResource.Type resourceTypeParam)
ExampleResource
.
localPathParam
- , String
resourceTypeParam
- , ExampleResource.Type
Method Detail |
---|
public void setDirectOpen(boolean directOpenParam)
directOpenParam
- , boolean.public String getLocalPath()
String
public ExampleResource.Type getResourceType()
ExampleResource.Type
public boolean isDirectOpen()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |