|
|||||||||
Home >> All >> org >> apache >> hivemind >> schema >> [ rules overview ] | PREV NEXT |
B
- BaseRule - class org.apache.hivemind.schema.rules.BaseRule.
- Base class for implementing org.apache.hivemind.schema.Rules.
- BaseRule() - Constructor for class org.apache.hivemind.schema.rules.BaseRule
- Bean - class org.apache.hivemind.schema.rules.Bean.
- Bean() - Constructor for class org.apache.hivemind.schema.rules.Bean
- BooleanTranslator - class org.apache.hivemind.schema.rules.BooleanTranslator.
- Translates a string value to a boolean value.
- BooleanTranslator() - Constructor for class org.apache.hivemind.schema.rules.BooleanTranslator
- BooleanTranslator(String) - Constructor for class org.apache.hivemind.schema.rules.BooleanTranslator
- Initializes the translator, recognizing key "default" as the default value for the translator when the input is blank.
- begin(SchemaProcessor, Element) - Method in class org.apache.hivemind.schema.rules.BaseRule
- Does nothing; subclasses may override.
- begin(SchemaProcessor, Element) - Method in class org.apache.hivemind.schema.rules.CreateObjectRule
- Creates the new object and pushes it onto the processor's stack.
- begin(SchemaProcessor, Element) - Method in class org.apache.hivemind.schema.rules.InvokeParentRule
- Invokes the named method on the parent object (using reflection).
- begin(SchemaProcessor, Element) - Method in class org.apache.hivemind.schema.rules.PushAttributeRule
- Uses the translator to convert the specified attribute into an object and pushes that object onto the processor stack.
- begin(SchemaProcessor, Element) - Method in class org.apache.hivemind.schema.rules.PushContentRule
- Uses the content translator to convert the element content into an object and pushes that object onto the processor stack.
- begin(SchemaProcessor, Element) - Method in class org.apache.hivemind.schema.rules.ReadAttributeRule
- begin(SchemaProcessor, Element) - Method in class org.apache.hivemind.schema.rules.ReadContentRule
- begin(SchemaProcessor, Element) - Method in class org.apache.hivemind.schema.rules.SetModuleRule
- begin(SchemaProcessor, Element) - Method in class org.apache.hivemind.schema.rules.SetParentRule
- begin(SchemaProcessor, Element) - Method in class org.apache.hivemind.schema.rules.SetPropertyRule
C
- ClassTranslator - class org.apache.hivemind.schema.rules.ClassTranslator.
- Translator that converts a class name into an instance of a class.
- ClassTranslator() - Constructor for class org.apache.hivemind.schema.rules.ClassTranslator
- ConfigurationTranslator - class org.apache.hivemind.schema.rules.ConfigurationTranslator.
- Interprets a string as an extension point id, and provides the elements for that extension point.
- ConfigurationTranslator() - Constructor for class org.apache.hivemind.schema.rules.ConfigurationTranslator
- CreateObjectRule - class org.apache.hivemind.schema.rules.CreateObjectRule.
- Basic org.apache.hivemind.schema.Rule for creating a new object.
- CreateObjectRule() - Constructor for class org.apache.hivemind.schema.rules.CreateObjectRule
- CreateObjectRule(String) - Constructor for class org.apache.hivemind.schema.rules.CreateObjectRule
- convertInitializer(String) - Static method in class org.apache.hivemind.schema.rules.RuleUtils
- Used to convert a org.apache.hivemind.schema.Translator initializer string of the
form:
key=value[,key=value]*
into a Map of keys and values.
D
- DoubleTranslator - class org.apache.hivemind.schema.rules.DoubleTranslator.
- Translates strings to integer values.
- DoubleTranslator() - Constructor for class org.apache.hivemind.schema.rules.DoubleTranslator
- DoubleTranslator(String) - Constructor for class org.apache.hivemind.schema.rules.DoubleTranslator
- Initializers: default: default value for empty or invalid input min: minimum acceptible value max: maximum acceptible value
E
- EnumerationTranslator - class org.apache.hivemind.schema.rules.EnumerationTranslator.
- Used to translate a set of strings to one of a number of constant values.
- EnumerationTranslator(String) - Constructor for class org.apache.hivemind.schema.rules.EnumerationTranslator
- Initialized the translator; the intitializer is the name of the class, a comma, and a series of key=value mappings from the input values to the names of the public static fields of the class.
- end(SchemaProcessor, Element) - Method in class org.apache.hivemind.schema.rules.BaseRule
- Does nothing; subclasses may override.
- end(SchemaProcessor, Element) - Method in class org.apache.hivemind.schema.rules.CreateObjectRule
- Pops the object off of the processor's stack.
- end(SchemaProcessor, Element) - Method in class org.apache.hivemind.schema.rules.PushAttributeRule
- Invokes SchemaProcessor.pop()>
SchemaProcessor.pop()
55 . - end(SchemaProcessor, Element) - Method in class org.apache.hivemind.schema.rules.PushContentRule
- Invokes SchemaProcessor.pop()>
SchemaProcessor.pop()
55 . - enumError(Class, String, Throwable) - Static method in class org.apache.hivemind.schema.rules.RulesMessages
- enumNotRecognized(String) - Static method in class org.apache.hivemind.schema.rules.RulesMessages
- errorInvokingMethod(String, Object, Location, Throwable) - Static method in class org.apache.hivemind.schema.rules.RulesMessages
F
- findMethod(Object, String, Class) - Method in class org.apache.hivemind.schema.rules.InvokeParentRule
- Searches for the *first* public method the has the right name, and takes a single parameter that is compatible with the parameter type.
G
- getAttributeName() - Method in class org.apache.hivemind.schema.rules.PushAttributeRule
- getAttributeName() - Method in class org.apache.hivemind.schema.rules.ReadAttributeRule
- getClass(Module) - Method in class org.apache.hivemind.schema.rules.EnumerationTranslator
- getClassName() - Method in class org.apache.hivemind.schema.rules.CreateObjectRule
- getDepth() - Method in class org.apache.hivemind.schema.rules.InvokeParentRule
- getMethodName() - Method in class org.apache.hivemind.schema.rules.InvokeParentRule
- getModule() - Method in class org.apache.hivemind.schema.rules.TestIdTranslators
- getPropertyName() - Method in class org.apache.hivemind.schema.rules.ReadAttributeRule
- getPropertyName() - Method in class org.apache.hivemind.schema.rules.ReadContentRule
- getPropertyName() - Method in class org.apache.hivemind.schema.rules.SetModuleRule
- getPropertyName() - Method in class org.apache.hivemind.schema.rules.SetParentRule
- getPropertyName() - Method in class org.apache.hivemind.schema.rules.SetPropertyRule
- getSkipIfNull() - Method in class org.apache.hivemind.schema.rules.ReadAttributeRule
- getTranslator() - Method in class org.apache.hivemind.schema.rules.ReadAttributeRule
- getTranslator(SchemaProcessor, String) - Static method in class org.apache.hivemind.schema.rules.RuleUtils
- Convienience for invoking Module.getTranslator(String)>
Module.getTranslator(String)
55 . - getValue() - Method in class org.apache.hivemind.schema.rules.Bean
- getValue() - Method in class org.apache.hivemind.schema.rules.SetPropertyRule
I
- IdListTranslator - class org.apache.hivemind.schema.rules.IdListTranslator.
- A org.apache.hivemind.schema.Translator that acts as a wrapper
around IdUtils.qualifyList(String, String)>
IdUtils.qualifyList(String, String)
55 . - IdListTranslator() - Constructor for class org.apache.hivemind.schema.rules.IdListTranslator
- InstanceTranslator - class org.apache.hivemind.schema.rules.InstanceTranslator.
- Used to translate from a class name to an instance of the class.
- InstanceTranslator() - Constructor for class org.apache.hivemind.schema.rules.InstanceTranslator
- IntTranslator - class org.apache.hivemind.schema.rules.IntTranslator.
- Translates strings to integer values.
- IntTranslator() - Constructor for class org.apache.hivemind.schema.rules.IntTranslator
- IntTranslator(String) - Constructor for class org.apache.hivemind.schema.rules.IntTranslator
- Initializers: default: default value for empty or invalid input min: minimum acceptible value max: maximum acceptible value
- InvokeParentRule - class org.apache.hivemind.schema.rules.InvokeParentRule.
- Rule used to connect a child object to its parent by invoking a method on the parent, passing the child.
- InvokeParentRule() - Constructor for class org.apache.hivemind.schema.rules.InvokeParentRule
- InvokeParentRule(String) - Constructor for class org.apache.hivemind.schema.rules.InvokeParentRule
- invalidBooleanValue(String) - Static method in class org.apache.hivemind.schema.rules.RulesMessages
- invalidDoubleValue(String) - Static method in class org.apache.hivemind.schema.rules.RulesMessages
- invalidInitializer(String) - Static method in class org.apache.hivemind.schema.rules.RulesMessages
- invalidIntValue(String) - Static method in class org.apache.hivemind.schema.rules.RulesMessages
- invalidLongValue(String) - Static method in class org.apache.hivemind.schema.rules.RulesMessages
L
- LOG - Static variable in class org.apache.hivemind.schema.rules.ReadAttributeRule
- LOG - Static variable in class org.apache.hivemind.schema.rules.ReadContentRule
- LOG - Static variable in class org.apache.hivemind.schema.rules.RuleUtils
- LOG - Static variable in class org.apache.hivemind.schema.rules.SetPropertyRule
- LongTranslator - class org.apache.hivemind.schema.rules.LongTranslator.
- Translates strings to long values.
- LongTranslator() - Constructor for class org.apache.hivemind.schema.rules.LongTranslator
- LongTranslator(String) - Constructor for class org.apache.hivemind.schema.rules.LongTranslator
- Initializers: default: default value for empty or invalid input min: minimum acceptible value max: maximum acceptible value
M
- maxDoubleValue(String, double) - Static method in class org.apache.hivemind.schema.rules.RulesMessages
- maxIntValue(String, int) - Static method in class org.apache.hivemind.schema.rules.RulesMessages
- maxLongValue(String, long) - Static method in class org.apache.hivemind.schema.rules.RulesMessages
- minDoubleValue(String, double) - Static method in class org.apache.hivemind.schema.rules.RulesMessages
- minIntValue(String, int) - Static method in class org.apache.hivemind.schema.rules.RulesMessages
- minLongValue(String, long) - Static method in class org.apache.hivemind.schema.rules.RulesMessages
N
- NullTranslator - class org.apache.hivemind.schema.rules.NullTranslator.
- A translator that returns the input value itself.
- NullTranslator() - Constructor for class org.apache.hivemind.schema.rules.NullTranslator
- newElement(Location) - Method in class org.apache.hivemind.schema.rules.TestCreateObjectRule
- newModule(String, Class) - Method in class org.apache.hivemind.schema.rules.TestCreateObjectRule
- noPropertyEditor(Class) - Static method in class org.apache.hivemind.schema.rules.RulesMessages
O
- org.apache.hivemind.schema.rules - package org.apache.hivemind.schema.rules
- Interfaces defining org.apache.hivemind.schema.Schema support (used to process extension point contributions and service parameters).
P
- PushAttributeRule - class org.apache.hivemind.schema.rules.PushAttributeRule.
- A rule that reads an attribute, passes it through a translator, then pushes the result onto the processor stack.
- PushAttributeRule() - Constructor for class org.apache.hivemind.schema.rules.PushAttributeRule
- PushContentRule - class org.apache.hivemind.schema.rules.PushContentRule.
- A rule that reads the element's content, passes it through the content translator, then pushes the result onto the processor stack.
- PushContentRule() - Constructor for class org.apache.hivemind.schema.rules.PushContentRule
- processText(SchemaProcessor, Element, String) - Static method in class org.apache.hivemind.schema.rules.RuleUtils
- Invoked to process text from an attribute or from an element's content.
Q
- QualifiedIdTranslator - class org.apache.hivemind.schema.rules.QualifiedIdTranslator.
- A org.apache.hivemind.schema.Translator that acts as a wrapper around the
IdUtils.qualify(String, String)>
IdUtils.qualify(String, String)
55 method. - QualifiedIdTranslator() - Constructor for class org.apache.hivemind.schema.rules.QualifiedIdTranslator
R
- ReadAttributeRule - class org.apache.hivemind.schema.rules.ReadAttributeRule.
- Reads an attribute of an element and uses it to set a property of the top object on the stack.
- ReadAttributeRule() - Constructor for class org.apache.hivemind.schema.rules.ReadAttributeRule
- ReadAttributeRule(String, String, String, Location) - Constructor for class org.apache.hivemind.schema.rules.ReadAttributeRule
- ReadContentRule - class org.apache.hivemind.schema.rules.ReadContentRule.
- Used to set a property of the top object on the stack to the value of the element's content.
- ReadContentRule() - Constructor for class org.apache.hivemind.schema.rules.ReadContentRule
- ResourceTranslator - class org.apache.hivemind.schema.rules.ResourceTranslator.
- Translator that converts the value to be a resource relative to the contributing module's deployment descriptor.
- ResourceTranslator() - Constructor for class org.apache.hivemind.schema.rules.ResourceTranslator
- RuleUtils - class org.apache.hivemind.schema.rules.RuleUtils.
- Static methods useful to org.apache.hivemind.schema.Rules and org.apache.hivemind.schema.Translators.
- RuleUtils() - Constructor for class org.apache.hivemind.schema.rules.RuleUtils
- RulesMessages - class org.apache.hivemind.schema.rules.RulesMessages.
- Messages related to the rules package.
- RulesMessages() - Constructor for class org.apache.hivemind.schema.rules.RulesMessages
- readAttributeFailure(String, Element, SchemaProcessor, Throwable) - Static method in class org.apache.hivemind.schema.rules.RulesMessages
- readContentFailure(SchemaProcessor, Element, Throwable) - Static method in class org.apache.hivemind.schema.rules.RulesMessages
- resourceLocalizationError(String, Module) - Static method in class org.apache.hivemind.schema.rules.RulesMessages
S
- ServicePointTranslator - class org.apache.hivemind.schema.rules.ServicePointTranslator.
- A custom translator (meaning: not used enough to be registered in
hivemind.Translators
. - ServicePointTranslator() - Constructor for class org.apache.hivemind.schema.rules.ServicePointTranslator
- ServiceTranslator - class org.apache.hivemind.schema.rules.ServiceTranslator.
- Used to translate a value into a reference to a HiveMind service within the registry.
- ServiceTranslator() - Constructor for class org.apache.hivemind.schema.rules.ServiceTranslator
- SetModuleRule - class org.apache.hivemind.schema.rules.SetModuleRule.
- Rule used to set a property of the top stack object to the org.apache.hivemind.internal.Module the element was contributed from.
- SetModuleRule() - Constructor for class org.apache.hivemind.schema.rules.SetModuleRule
- SetParentRule - class org.apache.hivemind.schema.rules.SetParentRule.
- Used to set a property of the child object to its parent object.
- SetParentRule() - Constructor for class org.apache.hivemind.schema.rules.SetParentRule
- SetPropertyRule - class org.apache.hivemind.schema.rules.SetPropertyRule.
- Used to set a property of an object to a literal value.
- SetPropertyRule() - Constructor for class org.apache.hivemind.schema.rules.SetPropertyRule
- SmartTranslator - class org.apache.hivemind.schema.rules.SmartTranslator.
- A "smart" translator that attempts to automatically convert from string types to object or wrapper types, using java.beans.PropertyEditors.
- SmartTranslator() - Constructor for class org.apache.hivemind.schema.rules.SmartTranslator
- SmartTranslator(String) - Constructor for class org.apache.hivemind.schema.rules.SmartTranslator
- Initializers: default: default value for empty input
- setAttributeName(String) - Method in class org.apache.hivemind.schema.rules.PushAttributeRule
- setAttributeName(String) - Method in class org.apache.hivemind.schema.rules.ReadAttributeRule
- setClassName(String) - Method in class org.apache.hivemind.schema.rules.CreateObjectRule
- setDepth(int) - Method in class org.apache.hivemind.schema.rules.InvokeParentRule
- Sets the depth of the parent object.
- setMethodName(String) - Method in class org.apache.hivemind.schema.rules.InvokeParentRule
- setProperty(SchemaProcessor, Element, String, Object, Object) - Static method in class org.apache.hivemind.schema.rules.RuleUtils
- Sets a property of the target object to the given value.
- setPropertyName(String) - Method in class org.apache.hivemind.schema.rules.ReadAttributeRule
- setPropertyName(String) - Method in class org.apache.hivemind.schema.rules.ReadContentRule
- setPropertyName(String) - Method in class org.apache.hivemind.schema.rules.SetModuleRule
- setPropertyName(String) - Method in class org.apache.hivemind.schema.rules.SetParentRule
- setPropertyName(String) - Method in class org.apache.hivemind.schema.rules.SetPropertyRule
- setSkipIfNull(boolean) - Method in class org.apache.hivemind.schema.rules.ReadAttributeRule
- setTranslator(String) - Method in class org.apache.hivemind.schema.rules.ReadAttributeRule
- setValue(String) - Method in class org.apache.hivemind.schema.rules.Bean
- setValue(String) - Method in class org.apache.hivemind.schema.rules.SetPropertyRule
- smartTranslatorError(String, Class, Throwable) - Static method in class org.apache.hivemind.schema.rules.RulesMessages
T
- TestCreateObjectRule - class org.apache.hivemind.schema.rules.TestCreateObjectRule.
- Tests for CreateObjectRule.
- TestCreateObjectRule() - Constructor for class org.apache.hivemind.schema.rules.TestCreateObjectRule
- TestIdTranslators - class org.apache.hivemind.schema.rules.TestIdTranslators.
- Tests for QualifiedIdTranslator and IdListTranslator.
- TestIdTranslators() - Constructor for class org.apache.hivemind.schema.rules.TestIdTranslators
- TestNumericTranslators - class org.apache.hivemind.schema.rules.TestNumericTranslators.
- Tests the numeric translators.
- TestNumericTranslators() - Constructor for class org.apache.hivemind.schema.rules.TestNumericTranslators
- testCreateWithInitializer() - Method in class org.apache.hivemind.schema.rules.TestCreateObjectRule
- testDoubleDefault() - Method in class org.apache.hivemind.schema.rules.TestNumericTranslators
- testDoubleDefaultValue() - Method in class org.apache.hivemind.schema.rules.TestNumericTranslators
- testDoubleHigh() - Method in class org.apache.hivemind.schema.rules.TestNumericTranslators
- testDoubleInvalid() - Method in class org.apache.hivemind.schema.rules.TestNumericTranslators
- testDoubleLow() - Method in class org.apache.hivemind.schema.rules.TestNumericTranslators
- testDoubleTranslator() - Method in class org.apache.hivemind.schema.rules.TestNumericTranslators
- Tests IntTranslator with the default constructor.
- testIntDefault() - Method in class org.apache.hivemind.schema.rules.TestNumericTranslators
- testIntDefaultValue() - Method in class org.apache.hivemind.schema.rules.TestNumericTranslators
- testIntHigh() - Method in class org.apache.hivemind.schema.rules.TestNumericTranslators
- testIntInvalid() - Method in class org.apache.hivemind.schema.rules.TestNumericTranslators
- testIntLow() - Method in class org.apache.hivemind.schema.rules.TestNumericTranslators
- testIntTranslator() - Method in class org.apache.hivemind.schema.rules.TestNumericTranslators
- Tests IntTranslator with the default constructor.
- testLongDefault() - Method in class org.apache.hivemind.schema.rules.TestNumericTranslators
- testLongDefaultValue() - Method in class org.apache.hivemind.schema.rules.TestNumericTranslators
- testLongHigh() - Method in class org.apache.hivemind.schema.rules.TestNumericTranslators
- testLongInvalid() - Method in class org.apache.hivemind.schema.rules.TestNumericTranslators
- testLongLow() - Method in class org.apache.hivemind.schema.rules.TestNumericTranslators
- testLongTranslator() - Method in class org.apache.hivemind.schema.rules.TestNumericTranslators
- testNonNullId() - Method in class org.apache.hivemind.schema.rules.TestIdTranslators
- testNonNullList() - Method in class org.apache.hivemind.schema.rules.TestIdTranslators
- testNullId() - Method in class org.apache.hivemind.schema.rules.TestIdTranslators
- testNullList() - Method in class org.apache.hivemind.schema.rules.TestIdTranslators
- translate(Module, Class, String, Location) - Method in class org.apache.hivemind.schema.rules.BooleanTranslator
- translate(Module, Class, String, Location) - Method in class org.apache.hivemind.schema.rules.ClassTranslator
- translate(Module, Class, String, Location) - Method in class org.apache.hivemind.schema.rules.ConfigurationTranslator
- translate(Module, Class, String, Location) - Method in class org.apache.hivemind.schema.rules.DoubleTranslator
- Converts the string to an Double.
- translate(Module, Class, String, Location) - Method in class org.apache.hivemind.schema.rules.EnumerationTranslator
- translate(Module, Class, String, Location) - Method in class org.apache.hivemind.schema.rules.IdListTranslator
- translate(Module, Class, String, Location) - Method in class org.apache.hivemind.schema.rules.InstanceTranslator
- translate(Module, Class, String, Location) - Method in class org.apache.hivemind.schema.rules.IntTranslator
- Converts the string to an Integer.
- translate(Module, Class, String, Location) - Method in class org.apache.hivemind.schema.rules.LongTranslator
- Converts the string to an Long.
- translate(Module, Class, String, Location) - Method in class org.apache.hivemind.schema.rules.NullTranslator
- Returns the inputValue.
- translate(Module, Class, String, Location) - Method in class org.apache.hivemind.schema.rules.QualifiedIdTranslator
- translate(Module, Class, String, Location) - Method in class org.apache.hivemind.schema.rules.ResourceTranslator
- Finds the resource.
- translate(Module, Class, String, Location) - Method in class org.apache.hivemind.schema.rules.ServicePointTranslator
- translate(Module, Class, String, Location) - Method in class org.apache.hivemind.schema.rules.ServiceTranslator
- Returns null if the input is null or empty.
- translate(Module, Class, String, Location) - Method in class org.apache.hivemind.schema.rules.SmartTranslator
U
- unableToSetElementProperty(String, Object, SchemaProcessor, Element, Throwable) - Static method in class org.apache.hivemind.schema.rules.RulesMessages
- unableToSetProperty(String, Object, Throwable) - Static method in class org.apache.hivemind.schema.rules.RulesMessages
_
- _attributeName - Variable in class org.apache.hivemind.schema.rules.PushAttributeRule
- _attributeName - Variable in class org.apache.hivemind.schema.rules.ReadAttributeRule
- _class - Variable in class org.apache.hivemind.schema.rules.EnumerationTranslator
- _className - Variable in class org.apache.hivemind.schema.rules.CreateObjectRule
- _className - Variable in class org.apache.hivemind.schema.rules.EnumerationTranslator
- _default - Variable in class org.apache.hivemind.schema.rules.SmartTranslator
- _defaultValue - Variable in class org.apache.hivemind.schema.rules.BooleanTranslator
- _defaultValue - Variable in class org.apache.hivemind.schema.rules.DoubleTranslator
- _defaultValue - Variable in class org.apache.hivemind.schema.rules.IntTranslator
- _defaultValue - Variable in class org.apache.hivemind.schema.rules.LongTranslator
- _depth - Variable in class org.apache.hivemind.schema.rules.InvokeParentRule
- _formatter - Static variable in class org.apache.hivemind.schema.rules.RulesMessages
- _isMaxValue - Variable in class org.apache.hivemind.schema.rules.DoubleTranslator
- _isMaxValue - Variable in class org.apache.hivemind.schema.rules.IntTranslator
- _isMaxValue - Variable in class org.apache.hivemind.schema.rules.LongTranslator
- _isMinValue - Variable in class org.apache.hivemind.schema.rules.DoubleTranslator
- _isMinValue - Variable in class org.apache.hivemind.schema.rules.IntTranslator
- _isMinValue - Variable in class org.apache.hivemind.schema.rules.LongTranslator
- _mappings - Variable in class org.apache.hivemind.schema.rules.EnumerationTranslator
- _maxValue - Variable in class org.apache.hivemind.schema.rules.DoubleTranslator
- _maxValue - Variable in class org.apache.hivemind.schema.rules.IntTranslator
- _maxValue - Variable in class org.apache.hivemind.schema.rules.LongTranslator
- _methodName - Variable in class org.apache.hivemind.schema.rules.InvokeParentRule
- _minValue - Variable in class org.apache.hivemind.schema.rules.DoubleTranslator
- _minValue - Variable in class org.apache.hivemind.schema.rules.IntTranslator
- _minValue - Variable in class org.apache.hivemind.schema.rules.LongTranslator
- _propertyName - Variable in class org.apache.hivemind.schema.rules.ReadAttributeRule
- _propertyName - Variable in class org.apache.hivemind.schema.rules.ReadContentRule
- _propertyName - Variable in class org.apache.hivemind.schema.rules.SetModuleRule
- _propertyName - Variable in class org.apache.hivemind.schema.rules.SetParentRule
- _propertyName - Variable in class org.apache.hivemind.schema.rules.SetPropertyRule
- _skipIfNull - Variable in class org.apache.hivemind.schema.rules.ReadAttributeRule
- _smartTranslator - Variable in class org.apache.hivemind.schema.rules.SetPropertyRule
- _translator - Variable in class org.apache.hivemind.schema.rules.ReadAttributeRule
- _value - Variable in class org.apache.hivemind.schema.rules.Bean
- _value - Variable in class org.apache.hivemind.schema.rules.SetPropertyRule
B C D E F G I L M N O P Q R S T U _
|
|||||||||
Home >> All >> org >> apache >> hivemind >> schema >> [ rules overview ] | PREV NEXT |