Uses of Class
org.plasma.provisioning.Property

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  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
 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(String key)
           
 Property[] TypeAdapter.getDeclaredPropertiesArray()
           
 Property TypeAdapter.getDeclaredProperty(String key)
           
 Property FieldAdapter.getField()
           
 Property[] TypeAdapter.getPropertiesArray()
           
 Property TypeAdapter.getProperty(String key)
           
 

Methods in org.plasma.provisioning.adapter that return types with arguments of type Property
 Collection<Property> TypeAdapter.getAliasedProperties()
           
 Collection<Property> TypeAdapter.getDeclaredProperties()
           
 Collection<Property> TypeAdapter.getProperties()
           
 

Methods in org.plasma.provisioning.adapter with parameters of type Property
 void TypeAdapter.putAliasedProperty(String key, Property property)
           
 void TypeAdapter.putDeclaredProperty(String key, Property property)
           
 void TypeAdapter.putProperty(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  Map<Class,Map<String,Property>> Oracle11GConverter.classPropertyMap
          maps classes to properties
protected  Map<Class,Map<String,Property>> ConverterSupport.classPropertyMap
          maps classes to properties
protected  Map<Property,org.plasma.provisioning.rdb.Oracle11GConverter.ConstraintInfo[]> Oracle11GConverter.constraintMap
           
protected  Map<Property,org.plasma.provisioning.rdb.MySql55Converter.ConstraintInfo[]> MySql55Converter.constraintMap
          maps properties to physical constraints
protected  Map<String,Property> Oracle11GConverter.propertyQualifiedPriKeyConstrainatNameMap
          Maps physical schema qualified primary key constraint names to properties.
protected  Map<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  Map<Class,Map<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, 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
 Map<Class,Map<String,Property>> ConverterSupport.getClassPropertyMap()
           
 

Methods in org.plasma.provisioning.xsd with parameters of type Property
 void PropertyAssembler.buildDataTypeReference(Property property, 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, StringBuilder buf)
           
protected  void DefaultFactory.createCreatorDeclaration(Package pkg, Class clss, Property field, TypeClassInfo typeClassName, StringBuilder buf)
           
protected  String DSLClassFactory.createDataPropertyOperation(Package pkg, Class clss, Property field)
           
protected  void DefaultFactory.createIsSetDeclaration(Package pkg, Class clss, Property field, TypeClassInfo typeClassName, StringBuilder buf)
           
protected  void DefaultFactory.createManyAdderDeclaration(Package pkg, Class clss, Property field, TypeClassInfo typeClassName, StringBuilder buf)
           
protected  void DefaultFactory.createManyCountDeclaration(Package pkg, Class clss, Property field, TypeClassInfo typeClassName, StringBuilder buf)
           
protected  void DefaultFactory.createManyGetterDeclaration(Package pkg, Class clss, Property field, TypeClassInfo typeClassName, StringBuilder buf)
           
protected  void DefaultFactory.createManyIndexGetterDeclaration(Package pkg, Class clss, Property field, TypeClassInfo typeClassName, StringBuilder buf)
           
protected  void DefaultFactory.createManyRemoverDeclaration(Package pkg, Class clss, Property field, TypeClassInfo typeClassName, StringBuilder buf)
           
protected  void DefaultFactory.createManySetterDeclaration(Package pkg, Class clss, Property field, TypeClassInfo typeClassName, StringBuilder buf)
           
protected  String SDOInterfaceFactory.createMethodDeclarations(Class clss, Property field)
           
protected  String JDOInterfaceFactory.createMethodDeclarations(Class clss, Property field)
           
protected  String SDOClassFactory.createOperations(Package pkg, Class clss, Property field)
           
protected  String JDOClassFactory.createOperations(Package pkg, Class clss, Property field)
           
protected  String DSLClassFactory.createOperations(Package pkg, Class clss, Property field)
           
protected  String SDOClassFactory.createPrivateFieldDeclaration(Class clss, Property field)
           
protected  String JDOClassFactory.createPrivateFieldDeclaration(Class clss, Property field)
           
protected  String DSLClassFactory.createPrivateFieldDeclaration(Class clss, Property field)
           
protected  String DSLClassFactory.createReferencePropertyOperation(Package pkg, Class clss, Property field)
           
protected  String DSLClassFactory.createReferencePropertyPredicateOperation(Package pkg, Class clss, Property field)
           
protected  void DefaultFactory.createSingularGetterDeclaration(Package pkg, Class clss, Property field, TypeClassInfo typeClassName, StringBuilder buf)
           
protected  void DefaultFactory.createSingularSetterDeclaration(Package pkg, Class clss, Property field, TypeClassInfo typeClassName, StringBuilder buf)
           
protected  void DefaultFactory.createUnsetterDeclaration(Package pkg, Class clss, Property field, TypeClassInfo typeClassName, StringBuilder buf)
           
protected  String SDODefaultFactory.toQualifiedPropertyNameReference(Class clss, Property field)
           
 



Copyright © 2014. All rights reserved.