g-Eclipse
Release 1.0.0

eu.geclipse.batch.model.qdl
Interface QueueType

All Known Implementing Classes:
QueueTypeImpl

public interface QueueType

A representation of the model object 'Queue Type'.

The following features are supported:

See Also:
QdlPackage.getQueueType()

Method Summary
 AllowedVirtualOrganizationsType getAllowedVirtualOrganizations()
          Returns the value of the 'Allowed Virtual Organizations' containment reference
 IntegerRangeValueType getAssignedResources()
          Returns the value of the 'Assigned Resources' containment reference
 RangeValueType getCPUTimeLimit()
          Returns the value of the 'CPU Time Limit' containment reference
 java.lang.String getDescription()
          Returns the value of the 'Description' attribute
 IntegerRangeValueType getJobsInQueue()
          Returns the value of the 'Jobs In Queue' containment reference
 IntegerRangeValueType getPriority()
          Returns the value of the 'Priority' containment reference
 java.lang.String getQueueName()
          Returns the value of the 'Queue Name' attribute
 QueueStatusEnumeration getQueueStatus()
          Returns the value of the 'Queue Status' attribute.
 QueueTypeEnumeration getQueueType()
          Returns the value of the 'Queue Type' attribute.
 IntegerRangeValueType getRunningJobs()
          Returns the value of the 'Running Jobs' containment reference
 RangeValueType getWallTimeLimit()
          Returns the value of the 'Wall Time Limit' containment reference
 boolean isQueueStarted()
          Returns the value of the 'Queue Started' attribute
 boolean isSetQueueStarted()
          Returns whether the value of the 'Queue Started' attribute is set
 boolean isSetQueueStatus()
          Returns whether the value of the 'Queue Status' attribute is set
 boolean isSetQueueType()
          Returns whether the value of the 'Queue Type' attribute is set
 void setAllowedVirtualOrganizations(AllowedVirtualOrganizationsType value)
          Sets the value of the 'Allowed Virtual Organizations' containment reference
 void setAssignedResources(IntegerRangeValueType value)
          Sets the value of the 'Assigned Resources' containment reference
 void setCPUTimeLimit(RangeValueType value)
          Sets the value of the 'CPU Time Limit' containment reference
 void setDescription(java.lang.String value)
          Sets the value of the 'Description' attribute
 void setJobsInQueue(IntegerRangeValueType value)
          Sets the value of the 'Jobs In Queue' containment reference
 void setPriority(IntegerRangeValueType value)
          Sets the value of the 'Priority' containment reference
 void setQueueName(java.lang.String value)
          Sets the value of the 'Queue Name' attribute
 void setQueueStarted(boolean value)
          Sets the value of the 'Queue Started' attribute
 void setQueueStatus(QueueStatusEnumeration value)
          Sets the value of the 'Queue Status' attribute
 void setQueueType(QueueTypeEnumeration value)
          Sets the value of the 'Queue Type' attribute
 void setRunningJobs(IntegerRangeValueType value)
          Sets the value of the 'Running Jobs' containment reference
 void setWallTimeLimit(RangeValueType value)
          Sets the value of the 'Wall Time Limit' containment reference
 void unsetQueueStarted()
          Unsets the value of the 'Queue Started' attribute
 void unsetQueueStatus()
          Unsets the value of the 'Queue Status' attribute
 void unsetQueueType()
          Unsets the value of the 'Queue Type' attribute
 

Method Detail

getQueueName

java.lang.String getQueueName()
Returns the value of the 'Queue Name' attribute.

If the meaning of the 'Queue Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Queue Name' attribute.
See Also:
setQueueName(String), QdlPackage.getQueueType_QueueName()

setQueueName

void setQueueName(java.lang.String value)
Sets the value of the 'Queue Name' attribute.

Parameters:
value - the new value of the 'Queue Name' attribute.
See Also:
getQueueName()

getDescription

java.lang.String getDescription()
Returns the value of the 'Description' attribute.

If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Description' attribute.
See Also:
setDescription(String), QdlPackage.getQueueType_Description()

setDescription

void setDescription(java.lang.String value)
Sets the value of the 'Description' attribute.

Parameters:
value - the new value of the 'Description' attribute.
See Also:
getDescription()

getQueueType

QueueTypeEnumeration getQueueType()
Returns the value of the 'Queue Type' attribute. The default value is "Execution". The literals are from the enumeration QueueTypeEnumeration.

If the meaning of the 'Queue Type' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Queue Type' attribute.
See Also:
QueueTypeEnumeration, isSetQueueType(), unsetQueueType(), setQueueType(QueueTypeEnumeration), QdlPackage.getQueueType_QueueType()

setQueueType

void setQueueType(QueueTypeEnumeration value)
Sets the value of the 'Queue Type' attribute.

Parameters:
value - the new value of the 'Queue Type' attribute.
See Also:
QueueTypeEnumeration, isSetQueueType(), unsetQueueType(), getQueueType()

unsetQueueType

void unsetQueueType()
Unsets the value of the 'Queue Type' attribute.

See Also:
isSetQueueType(), getQueueType(), setQueueType(QueueTypeEnumeration)

isSetQueueType

boolean isSetQueueType()
Returns whether the value of the 'Queue Type' attribute is set.

Returns:
whether the value of the 'Queue Type' attribute is set.
See Also:
unsetQueueType(), getQueueType(), setQueueType(QueueTypeEnumeration)

getQueueStatus

QueueStatusEnumeration getQueueStatus()
Returns the value of the 'Queue Status' attribute. The default value is "Enabled". The literals are from the enumeration QueueStatusEnumeration.

If the meaning of the 'Queue Status' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Queue Status' attribute.
See Also:
QueueStatusEnumeration, isSetQueueStatus(), unsetQueueStatus(), setQueueStatus(QueueStatusEnumeration), QdlPackage.getQueueType_QueueStatus()

setQueueStatus

void setQueueStatus(QueueStatusEnumeration value)
Sets the value of the 'Queue Status' attribute.

Parameters:
value - the new value of the 'Queue Status' attribute.
See Also:
QueueStatusEnumeration, isSetQueueStatus(), unsetQueueStatus(), getQueueStatus()

unsetQueueStatus

void unsetQueueStatus()
Unsets the value of the 'Queue Status' attribute.

See Also:
isSetQueueStatus(), getQueueStatus(), setQueueStatus(QueueStatusEnumeration)

isSetQueueStatus

boolean isSetQueueStatus()
Returns whether the value of the 'Queue Status' attribute is set.

Returns:
whether the value of the 'Queue Status' attribute is set.
See Also:
unsetQueueStatus(), getQueueStatus(), setQueueStatus(QueueStatusEnumeration)

isQueueStarted

boolean isQueueStarted()
Returns the value of the 'Queue Started' attribute.

If the meaning of the 'Queue Started' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Queue Started' attribute.
See Also:
isSetQueueStarted(), unsetQueueStarted(), setQueueStarted(boolean), QdlPackage.getQueueType_QueueStarted()

setQueueStarted

void setQueueStarted(boolean value)
Sets the value of the 'Queue Started' attribute.

Parameters:
value - the new value of the 'Queue Started' attribute.
See Also:
isSetQueueStarted(), unsetQueueStarted(), isQueueStarted()

unsetQueueStarted

void unsetQueueStarted()
Unsets the value of the 'Queue Started' attribute.

See Also:
isSetQueueStarted(), isQueueStarted(), setQueueStarted(boolean)

isSetQueueStarted

boolean isSetQueueStarted()
Returns whether the value of the 'Queue Started' attribute is set.

Returns:
whether the value of the 'Queue Started' attribute is set.
See Also:
unsetQueueStarted(), isQueueStarted(), setQueueStarted(boolean)

getCPUTimeLimit

RangeValueType getCPUTimeLimit()
Returns the value of the 'CPU Time Limit' containment reference.

If the meaning of the 'CPU Time Limit' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'CPU Time Limit' containment reference.
See Also:
setCPUTimeLimit(RangeValueType), QdlPackage.getQueueType_CPUTimeLimit()

setCPUTimeLimit

void setCPUTimeLimit(RangeValueType value)
Sets the value of the 'CPU Time Limit' containment reference.

Parameters:
value - the new value of the 'CPU Time Limit' containment reference.
See Also:
getCPUTimeLimit()

getWallTimeLimit

RangeValueType getWallTimeLimit()
Returns the value of the 'Wall Time Limit' containment reference.

If the meaning of the 'Wall Time Limit' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Wall Time Limit' containment reference.
See Also:
setWallTimeLimit(RangeValueType), QdlPackage.getQueueType_WallTimeLimit()

setWallTimeLimit

void setWallTimeLimit(RangeValueType value)
Sets the value of the 'Wall Time Limit' containment reference.

Parameters:
value - the new value of the 'Wall Time Limit' containment reference.
See Also:
getWallTimeLimit()

getAllowedVirtualOrganizations

AllowedVirtualOrganizationsType getAllowedVirtualOrganizations()
Returns the value of the 'Allowed Virtual Organizations' containment reference.

If the meaning of the 'Allowed Virtual Organizations' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Allowed Virtual Organizations' containment reference.
See Also:
setAllowedVirtualOrganizations(AllowedVirtualOrganizationsType), QdlPackage.getQueueType_AllowedVirtualOrganizations()

setAllowedVirtualOrganizations

void setAllowedVirtualOrganizations(AllowedVirtualOrganizationsType value)
Sets the value of the 'Allowed Virtual Organizations' containment reference.

Parameters:
value - the new value of the 'Allowed Virtual Organizations' containment reference.
See Also:
getAllowedVirtualOrganizations()

getPriority

IntegerRangeValueType getPriority()
Returns the value of the 'Priority' containment reference.

If the meaning of the 'Priority' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Priority' containment reference.
See Also:
setPriority(IntegerRangeValueType), QdlPackage.getQueueType_Priority()

setPriority

void setPriority(IntegerRangeValueType value)
Sets the value of the 'Priority' containment reference.

Parameters:
value - the new value of the 'Priority' containment reference.
See Also:
getPriority()

getRunningJobs

IntegerRangeValueType getRunningJobs()
Returns the value of the 'Running Jobs' containment reference.

If the meaning of the 'Running Jobs' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Running Jobs' containment reference.
See Also:
setRunningJobs(IntegerRangeValueType), QdlPackage.getQueueType_RunningJobs()

setRunningJobs

void setRunningJobs(IntegerRangeValueType value)
Sets the value of the 'Running Jobs' containment reference.

Parameters:
value - the new value of the 'Running Jobs' containment reference.
See Also:
getRunningJobs()

getJobsInQueue

IntegerRangeValueType getJobsInQueue()
Returns the value of the 'Jobs In Queue' containment reference.

If the meaning of the 'Jobs In Queue' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Jobs In Queue' containment reference.
See Also:
setJobsInQueue(IntegerRangeValueType), QdlPackage.getQueueType_JobsInQueue()

setJobsInQueue

void setJobsInQueue(IntegerRangeValueType value)
Sets the value of the 'Jobs In Queue' containment reference.

Parameters:
value - the new value of the 'Jobs In Queue' containment reference.
See Also:
getJobsInQueue()

getAssignedResources

IntegerRangeValueType getAssignedResources()
Returns the value of the 'Assigned Resources' containment reference.

If the meaning of the 'Assigned Resources' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Assigned Resources' containment reference.
See Also:
setAssignedResources(IntegerRangeValueType), QdlPackage.getQueueType_AssignedResources()

setAssignedResources

void setAssignedResources(IntegerRangeValueType value)
Sets the value of the 'Assigned Resources' containment reference.

Parameters:
value - the new value of the 'Assigned Resources' containment reference.
See Also:
getAssignedResources()

g-Eclipse
Release 1.0.0