public interface Registration
The following features are supported:
DetailViewPackage.getRegistration()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescriptor()
Returns the value of the 'Descriptor' attribute.
|
java.lang.String |
getKey()
Returns the value of the 'Key' attribute.
|
boolean |
isAggregateState()
Returns the value of the 'Aggregate State' attribute.
|
void |
setAggregateState(boolean value)
Sets the value of the '
Aggregate State' attribute. |
void |
setDescriptor(java.lang.String value)
Sets the value of the '
Descriptor' attribute. |
void |
setKey(java.lang.String value)
Sets the value of the '
Key' attribute. |
java.lang.String getKey()
If the meaning of the 'Key' attribute isn't clear, there really should be more of a description here...
setKey(String),
DetailViewPackage.getRegistration_Key()void setKey(java.lang.String value)
Key' attribute.
value - the new value of the 'Key' attribute.getKey()java.lang.String getDescriptor()
If the meaning of the 'Descriptor' attribute isn't clear, there really should be more of a description here...
setDescriptor(String),
DetailViewPackage.getRegistration_Descriptor()void setDescriptor(java.lang.String value)
Descriptor' attribute.
value - the new value of the 'Descriptor' attribute.getDescriptor()boolean isAggregateState()
"true".
If the meaning of the 'Aggregate State' attribute isn't clear, there really should be more of a description here...
setAggregateState(boolean),
DetailViewPackage.getRegistration_AggregateState()void setAggregateState(boolean value)
Aggregate State' attribute.
value - the new value of the 'Aggregate State' attribute.isAggregateState()
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0