|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Property | |
|---|---|
| org.plasma.provisioning | Package level documentation for package org.plasma.provisioning. |
| org.plasma.provisioning.adapter | |
| org.plasma.provisioning.rdb | |
| org.plasma.provisioning.xsd | |
| org.plasma.text.lang3gl.java | |
| Uses of Property in org.plasma.provisioning |
|---|
| Fields in org.plasma.provisioning with type parameters of type Property | |
|---|---|
protected java.util.List<Property> |
Class.properties
|
| Methods in org.plasma.provisioning that return Property | |
|---|---|
Property |
ObjectFactory.createProperty()
Create an instance of Property |
| Methods in org.plasma.provisioning that return types with arguments of type Property | |
|---|---|
java.util.List<Property> |
Class.getProperties()
Gets the value of the properties property. |
| Uses of Property in org.plasma.provisioning.adapter |
|---|
| Methods in org.plasma.provisioning.adapter that return Property | |
|---|---|
Property[] |
TypeAdapter.getAliasedPropertiesArray()
|
Property |
TypeAdapter.getAliasedProperty(java.lang.String key)
|
Property[] |
TypeAdapter.getDeclaredPropertiesArray()
|
Property |
TypeAdapter.getDeclaredProperty(java.lang.String key)
|
Property |
FieldAdapter.getField()
|
Property[] |
TypeAdapter.getPropertiesArray()
|
Property |
TypeAdapter.getProperty(java.lang.String key)
|
| Methods in org.plasma.provisioning.adapter that return types with arguments of type Property | |
|---|---|
java.util.Collection<Property> |
TypeAdapter.getAliasedProperties()
|
java.util.Collection<Property> |
TypeAdapter.getDeclaredProperties()
|
java.util.Collection<Property> |
TypeAdapter.getProperties()
|
| Methods in org.plasma.provisioning.adapter with parameters of type Property | |
|---|---|
void |
TypeAdapter.putAliasedProperty(java.lang.String key,
Property property)
|
void |
TypeAdapter.putDeclaredProperty(java.lang.String key,
Property property)
|
void |
TypeAdapter.putProperty(java.lang.String key,
Property property)
|
| Constructors in org.plasma.provisioning.adapter with parameters of type Property | |
|---|---|
FieldAdapter(Package fieldPackage,
Class fieldClass,
Property field)
|
|
| Uses of Property in org.plasma.provisioning.rdb |
|---|
| Fields in org.plasma.provisioning.rdb with type parameters of type Property | |
|---|---|
protected java.util.Map<Class,java.util.Map<java.lang.String,Property>> |
Oracle11GConverter.classPropertyMap
maps classes to properties |
protected java.util.Map<Class,java.util.Map<java.lang.String,Property>> |
ConverterSupport.classPropertyMap
maps classes to properties |
protected java.util.Map<Property,org.plasma.provisioning.rdb.Oracle11GConverter.ConstraintInfo[]> |
Oracle11GConverter.constraintMap
|
protected java.util.Map<Property,org.plasma.provisioning.rdb.MySql55Converter.ConstraintInfo[]> |
MySql55Converter.constraintMap
maps properties to physical constraints |
protected java.util.Map<java.lang.String,Property> |
Oracle11GConverter.propertyQualifiedPriKeyConstrainatNameMap
Maps physical schema qualified primary key constraint names to properties. |
protected java.util.Map<java.lang.String,Property> |
ConverterSupport.propertyQualifiedPriKeyConstrainatNameMap
Maps physical schema qualified primary key constraint names to properties. |
| Methods in org.plasma.provisioning.rdb that return Property | |
|---|---|
Property |
MySql55Converter.buildProperty(Package pkg,
Class clss,
TableColumn column,
org.plasma.provisioning.rdb.MySql55Converter.ConstraintInfo[] constraints)
|
Property |
Oracle11GConverter.buildProperty(Package pkg,
Class clss,
TableColumn column,
org.plasma.provisioning.rdb.Oracle11GConverter.ConstraintInfo[] constraints,
TableColumnComment[] comments)
|
Property |
Oracle11GConverter.buildProperty(Package pkg,
Class clss,
ViewColumn column,
ViewColumnComment[] comments)
|
| Uses of Property in org.plasma.provisioning.xsd |
|---|
| Fields in org.plasma.provisioning.xsd with type parameters of type Property | |
|---|---|
protected java.util.Map<Class,java.util.Map<java.lang.String,Property>> |
ConverterSupport.classPropertyMap
|
| Methods in org.plasma.provisioning.xsd that return Property | |
|---|---|
Property |
PropertyAssembler.buildDatatypeProperty(Class clss,
AbstractComplexType complexType,
Attribute attribute)
Creates non-reference property definitions. |
Property |
PropertyAssembler.buildElementContentDatatypeProperty(Class clss,
javax.xml.namespace.QName xsdTypeNameQName)
|
Property |
PropertyAssembler.buildProperty(Class clss,
AbstractComplexType complexType,
ExplicitGroup explicitGroup,
ExplicitGroup childExplicitGroup,
LocalElement element,
int sequenceNum)
Build a property from the given XDS structures. |
Property |
PropertyAssembler.createDerivedPropertyOpposite(Class clss,
Property sourceProperty)
|
| Methods in org.plasma.provisioning.xsd that return types with arguments of type Property | |
|---|---|
java.util.Map<Class,java.util.Map<java.lang.String,Property>> |
ConverterSupport.getClassPropertyMap()
|
| Methods in org.plasma.provisioning.xsd with parameters of type Property | |
|---|---|
void |
PropertyAssembler.buildDataTypeReference(Property property,
javax.xml.namespace.QName xsdTypeName)
|
Property |
PropertyAssembler.createDerivedPropertyOpposite(Class clss,
Property sourceProperty)
|
| Uses of Property in org.plasma.text.lang3gl.java |
|---|
| Methods in org.plasma.text.lang3gl.java with parameters of type Property | |
|---|---|
protected void |
DefaultFactory.createCreatorByAbstractClassDeclaration(Package pkg,
Class clss,
Property field,
TypeClassInfo typeClassName,
java.lang.StringBuilder buf)
|
protected void |
DefaultFactory.createCreatorDeclaration(Package pkg,
Class clss,
Property field,
TypeClassInfo typeClassName,
java.lang.StringBuilder buf)
|
protected java.lang.String |
DSLClassFactory.createDataPropertyOperation(Package pkg,
Class clss,
Property field)
|
protected void |
DefaultFactory.createIsSetDeclaration(Package pkg,
Class clss,
Property field,
TypeClassInfo typeClassName,
java.lang.StringBuilder buf)
|
protected void |
DefaultFactory.createManyAdderDeclaration(Package pkg,
Class clss,
Property field,
TypeClassInfo typeClassName,
java.lang.StringBuilder buf)
|
protected void |
DefaultFactory.createManyCountDeclaration(Package pkg,
Class clss,
Property field,
TypeClassInfo typeClassName,
java.lang.StringBuilder buf)
|
protected void |
DefaultFactory.createManyGetterDeclaration(Package pkg,
Class clss,
Property field,
TypeClassInfo typeClassName,
java.lang.StringBuilder buf)
|
protected void |
DefaultFactory.createManyIndexGetterDeclaration(Package pkg,
Class clss,
Property field,
TypeClassInfo typeClassName,
java.lang.StringBuilder buf)
|
protected void |
DefaultFactory.createManyRemoverDeclaration(Package pkg,
Class clss,
Property field,
TypeClassInfo typeClassName,
java.lang.StringBuilder buf)
|
protected void |
DefaultFactory.createManySetterDeclaration(Package pkg,
Class clss,
Property field,
TypeClassInfo typeClassName,
java.lang.StringBuilder buf)
|
protected java.lang.String |
SDOInterfaceFactory.createMethodDeclarations(Class clss,
Property field)
|
protected java.lang.String |
JDOInterfaceFactory.createMethodDeclarations(Class clss,
Property field)
|
protected java.lang.String |
SDOClassFactory.createOperations(Package pkg,
Class clss,
Property field)
|
protected java.lang.String |
JDOClassFactory.createOperations(Package pkg,
Class clss,
Property field)
|
protected java.lang.String |
DSLClassFactory.createOperations(Package pkg,
Class clss,
Property field)
|
protected java.lang.String |
SDOClassFactory.createPrivateFieldDeclaration(Class clss,
Property field)
|
protected java.lang.String |
JDOClassFactory.createPrivateFieldDeclaration(Class clss,
Property field)
|
protected java.lang.String |
DSLClassFactory.createPrivateFieldDeclaration(Class clss,
Property field)
|
protected java.lang.String |
DSLClassFactory.createReferencePropertyOperation(Package pkg,
Class clss,
Property field)
|
protected java.lang.String |
DSLClassFactory.createReferencePropertyPredicateOperation(Package pkg,
Class clss,
Property field)
|
protected void |
DefaultFactory.createSingularGetterDeclaration(Package pkg,
Class clss,
Property field,
TypeClassInfo typeClassName,
java.lang.StringBuilder buf)
|
protected void |
DefaultFactory.createSingularSetterDeclaration(Package pkg,
Class clss,
Property field,
TypeClassInfo typeClassName,
java.lang.StringBuilder buf)
|
protected void |
DefaultFactory.createUnsetterDeclaration(Package pkg,
Class clss,
Property field,
TypeClassInfo typeClassName,
java.lang.StringBuilder buf)
|
protected java.lang.String |
SDODefaultFactory.toQualifiedPropertyNameReference(Class clss,
Property field)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||