|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ItemType
A representation of the model object 'Item Type'.
The following features are supported:
Id
Id Reference
Order
Start Action
Start Delay
Stop Action
Stop Delay
Waiting For Guest
Any Attribute
Startup Section
EnvelopePackage.getItemType()
Method Summary | |
---|---|
FeatureMap |
getAnyAttribute()
Returns the value of the 'Any Attribute' attribute list. |
java.lang.String |
getId()
Returns the value of the 'Id' attribute. |
ContentType |
getIdReference()
Returns the value of the 'Id Reference' reference. |
int |
getOrder()
Returns the value of the 'Order' attribute. |
StartActionTypes |
getStartAction()
Returns the value of the 'Start Action' attribute. |
int |
getStartDelay()
Returns the value of the 'Start Delay' attribute. |
StartupSectionType |
getStartupSection()
Returns the value of the 'Startup Section' container reference. |
StopActionTypes |
getStopAction()
Returns the value of the 'Stop Action' attribute. |
int |
getStopDelay()
Returns the value of the 'Stop Delay' attribute. |
boolean |
isSetOrder()
Returns whether the value of the ' Order ' attribute is set. |
boolean |
isSetStartAction()
Returns whether the value of the ' Start Action ' attribute is set. |
boolean |
isSetStartDelay()
Returns whether the value of the ' Start Delay ' attribute is set. |
boolean |
isSetStopAction()
Returns whether the value of the ' Stop Action ' attribute is set. |
boolean |
isSetStopDelay()
Returns whether the value of the ' Stop Delay ' attribute is set. |
boolean |
isSetWaitingForGuest()
Returns whether the value of the ' Waiting For Guest ' attribute is set. |
boolean |
isWaitingForGuest()
Returns the value of the 'Waiting For Guest' attribute. |
void |
setId(java.lang.String value)
Sets the value of the ' Id ' attribute. |
void |
setIdReference(ContentType value)
Sets the value of the ' Id Reference ' reference. |
void |
setOrder(int value)
Sets the value of the ' Order ' attribute. |
void |
setStartAction(StartActionTypes value)
Sets the value of the ' Start Action ' attribute. |
void |
setStartDelay(int value)
Sets the value of the ' Start Delay ' attribute. |
void |
setStartupSection(StartupSectionType value)
Sets the value of the ' Startup Section ' container reference. |
void |
setStopAction(StopActionTypes value)
Sets the value of the ' Stop Action ' attribute. |
void |
setStopDelay(int value)
Sets the value of the ' Stop Delay ' attribute. |
void |
setWaitingForGuest(boolean value)
Sets the value of the ' Waiting For Guest ' attribute. |
void |
unsetOrder()
Unsets the value of the ' Order ' attribute. |
void |
unsetStartAction()
Unsets the value of the ' Start Action ' attribute. |
void |
unsetStartDelay()
Unsets the value of the ' Start Delay ' attribute. |
void |
unsetStopAction()
Unsets the value of the ' Stop Action ' attribute. |
void |
unsetStopDelay()
Unsets the value of the ' Stop Delay ' attribute. |
void |
unsetWaitingForGuest()
Unsets the value of the ' Waiting For Guest ' attribute. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
java.lang.String getId()
setId(String)
,
EnvelopePackage.getItemType_Id()
void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
ContentType getIdReference()
If the meaning of the 'Id Reference' reference isn't clear, there really should be more of a description here...
setIdReference(ContentType)
,
EnvelopePackage.getItemType_IdReference()
void setIdReference(ContentType value)
Id Reference
' reference.
value
- the new value of the 'Id Reference' reference.getIdReference()
int getOrder()
isSetOrder()
,
unsetOrder()
,
setOrder(int)
,
EnvelopePackage.getItemType_Order()
void setOrder(int value)
Order
' attribute.
value
- the new value of the 'Order' attribute.isSetOrder()
,
unsetOrder()
,
getOrder()
void unsetOrder()
Order
' attribute.
isSetOrder()
,
getOrder()
,
setOrder(int)
boolean isSetOrder()
Order
' attribute is set.
unsetOrder()
,
getOrder()
,
setOrder(int)
StartActionTypes getStartAction()
"powerOn"
.
The literals are from the enumeration StartActionTypes
.
Start action to use, valid values
are: 'powerOn', 'none'
StartActionTypes
,
isSetStartAction()
,
unsetStartAction()
,
setStartAction(StartActionTypes)
,
EnvelopePackage.getItemType_StartAction()
void setStartAction(StartActionTypes value)
Start Action
' attribute.
value
- the new value of the 'Start Action' attribute.StartActionTypes
,
isSetStartAction()
,
unsetStartAction()
,
getStartAction()
void unsetStartAction()
Start Action
' attribute.
isSetStartAction()
,
getStartAction()
,
setStartAction(StartActionTypes)
boolean isSetStartAction()
Start Action
' attribute is set.
unsetStartAction()
,
getStartAction()
,
setStartAction(StartActionTypes)
int getStartDelay()
"0"
.
Delay in seconds to wait for power
on to complete
isSetStartDelay()
,
unsetStartDelay()
,
setStartDelay(int)
,
EnvelopePackage.getItemType_StartDelay()
void setStartDelay(int value)
Start Delay
' attribute.
value
- the new value of the 'Start Delay' attribute.isSetStartDelay()
,
unsetStartDelay()
,
getStartDelay()
void unsetStartDelay()
Start Delay
' attribute.
isSetStartDelay()
,
getStartDelay()
,
setStartDelay(int)
boolean isSetStartDelay()
Start Delay
' attribute is set.
unsetStartDelay()
,
getStartDelay()
,
setStartDelay(int)
StopActionTypes getStopAction()
"powerOff"
.
The literals are from the enumeration StopActionTypes
.
Stop action to use, valid values
are: ''powerOff' , 'guestShutdown',
'none'
StopActionTypes
,
isSetStopAction()
,
unsetStopAction()
,
setStopAction(StopActionTypes)
,
EnvelopePackage.getItemType_StopAction()
void setStopAction(StopActionTypes value)
Stop Action
' attribute.
value
- the new value of the 'Stop Action' attribute.StopActionTypes
,
isSetStopAction()
,
unsetStopAction()
,
getStopAction()
void unsetStopAction()
Stop Action
' attribute.
isSetStopAction()
,
getStopAction()
,
setStopAction(StopActionTypes)
boolean isSetStopAction()
Stop Action
' attribute is set.
unsetStopAction()
,
getStopAction()
,
setStopAction(StopActionTypes)
int getStopDelay()
"0"
.
Delay in seconds to wait for power
off to complete
isSetStopDelay()
,
unsetStopDelay()
,
setStopDelay(int)
,
EnvelopePackage.getItemType_StopDelay()
void setStopDelay(int value)
Stop Delay
' attribute.
value
- the new value of the 'Stop Delay' attribute.isSetStopDelay()
,
unsetStopDelay()
,
getStopDelay()
void unsetStopDelay()
Stop Delay
' attribute.
isSetStopDelay()
,
getStopDelay()
,
setStopDelay(int)
boolean isSetStopDelay()
Stop Delay
' attribute is set.
unsetStopDelay()
,
getStopDelay()
,
setStopDelay(int)
boolean isWaitingForGuest()
"false"
.
Resumes power-on sequence if guest
software reports ok
isSetWaitingForGuest()
,
unsetWaitingForGuest()
,
setWaitingForGuest(boolean)
,
EnvelopePackage.getItemType_WaitingForGuest()
void setWaitingForGuest(boolean value)
Waiting For Guest
' attribute.
value
- the new value of the 'Waiting For Guest' attribute.isSetWaitingForGuest()
,
unsetWaitingForGuest()
,
isWaitingForGuest()
void unsetWaitingForGuest()
Waiting For Guest
' attribute.
isSetWaitingForGuest()
,
isWaitingForGuest()
,
setWaitingForGuest(boolean)
boolean isSetWaitingForGuest()
Waiting For Guest
' attribute is set.
unsetWaitingForGuest()
,
isWaitingForGuest()
,
setWaitingForGuest(boolean)
FeatureMap getAnyAttribute()
FeatureMap.Entry
.
If the meaning of the 'Any Attribute' attribute list isn't clear, there really should be more of a description here...
EnvelopePackage.getItemType_AnyAttribute()
StartupSectionType getStartupSection()
Item
'.
If the meaning of the 'Startup Section' container reference isn't clear, there really should be more of a description here...
setStartupSection(StartupSectionType)
,
EnvelopePackage.getItemType_StartupSection()
,
StartupSectionType.getItem()
void setStartupSection(StartupSectionType value)
Startup Section
' container reference.
value
- the new value of the 'Startup Section' container reference.getStartupSection()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |