|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GlobalVariable
Generated interface representing the domain model entity GlobalVariable. This SDO interface directly reflects the class (single or multiple) inheritance lattice of the source domain model(s) and is part of namespace http://org.plasma/sdo/mysql/5_5 defined within the Configuration.
Data Store Mapping: Corresponds to the physical data store entity GLOBAL_VARIABLES.
| Nested Class Summary | |
|---|---|
static class |
GlobalVariable.PROPERTY
The declared logical property names for this Type. |
| Field Summary | |
|---|---|
static java.lang.String |
NAMESPACE_URI
The SDO namespace URI associated with the Type for this class. |
static java.lang.String |
TYPE_NAME_GLOBAL_VARIABLE
The entity or Type logical name associated with this class. |
| Method Summary | |
|---|---|
java.lang.String |
getName()
Returns the value of the name property. |
java.lang.String |
getValue()
Returns the value of the value property. |
boolean |
isSetName()
Returns true if the name property is set. |
boolean |
isSetValue()
Returns true if the value property is set. |
void |
setName(java.lang.String value)
Sets the value of the name property to the given value. |
void |
setValue(java.lang.String value)
Sets the value of the value property to the given value. |
void |
unsetName()
Unsets the name property, the value of the property of the object being set to the property's default value. |
void |
unsetValue()
Unsets the value property, the value of the property of the object being set to the property's default value. |
| Methods inherited from interface org.plasma.sdo.PlasmaDataObject |
|---|
accept, accept, accept, acceptDepthFirst, add, contains, dump, dumpDepthFirst, find, getDataObject, getUUID, getUUIDAsString, remove, remove, reset, resetUUID, setContainer, setContainmentProperty, setDataGraph |
| Field Detail |
|---|
static final java.lang.String NAMESPACE_URI
static final java.lang.String TYPE_NAME_GLOBAL_VARIABLE
| Method Detail |
|---|
boolean isSetName()
void unsetName()
java.lang.String getName()
void setName(java.lang.String value)
boolean isSetValue()
void unsetValue()
java.lang.String getValue()
void setValue(java.lang.String value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||