|
OBEROn SDK | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Feature | |
|---|---|
| com.oberon.ooql.sdk | |
| Uses of Feature in com.oberon.ooql.sdk |
|---|
| Methods in com.oberon.ooql.sdk that return Feature | |
|---|---|
Feature |
AdminBase.getFeature(java.lang.String featureName,
Framework framework)
Return a specific Feature associated to the administrative object |
static Feature |
Feature.open(java.lang.String name,
java.lang.String fromType,
java.lang.String fromName,
java.lang.String toType,
java.lang.String toName,
Framework framework,
java.util.Hashtable<java.lang.String,java.lang.Integer> counters)
Open the object and read its properties from the database or retrieve them from memory |
| Methods in com.oberon.ooql.sdk that return types with arguments of type Feature | |
|---|---|
java.util.Vector<Feature> |
AdminBase.getFeatures(Framework framework)
Return the Features associated to the administrative object |
| Methods in com.oberon.ooql.sdk with parameters of type Feature | |
|---|---|
void |
AdminBase.addFeature(Feature feature)
Add a Feature to the administrative object |
boolean |
Feature.equals(Feature feature)
Compare this Feature with another |
static int |
Feature.indexOf(java.util.Vector<Feature> features,
Feature feature)
Search a Feature into a Vector of Features |
| Method parameters in com.oberon.ooql.sdk with type arguments of type Feature | |
|---|---|
static int |
Feature.indexOf(java.util.Vector<Feature> features,
Feature feature)
Search a Feature into a Vector of Features |
|
OBEROn SDK | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||