|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MetaProperty | |
---|---|
com.rapidtransform.core.meta | |
com.rapidtransform.core.meta.def | |
com.rapidtransform.core.meta.service |
Uses of MetaProperty in com.rapidtransform.core.meta |
---|
Methods in com.rapidtransform.core.meta that return MetaProperty | |
---|---|
MetaProperty |
MetaService.getProperty(java.lang.String fullyQualifiedPropertyName)
|
MetaProperty |
Dictionary.getProperty(java.lang.String propertyName)
|
Methods in com.rapidtransform.core.meta that return types with arguments of type MetaProperty | |
---|---|
java.util.Map<QName,MetaProperty> |
MetaModel.getProperties()
|
java.util.Collection<MetaProperty> |
MetaClass.getProperties()
|
Uses of MetaProperty in com.rapidtransform.core.meta.def |
---|
Classes in com.rapidtransform.core.meta.def that implement MetaProperty | |
---|---|
class |
BaseMetaProperty
|
Methods in com.rapidtransform.core.meta.def that return types with arguments of type MetaProperty | |
---|---|
java.util.Map<QName,MetaProperty> |
BaseMetaModel.getProperties()
|
java.util.Collection<MetaProperty> |
BaseMetaClass.getProperties()
|
Method parameters in com.rapidtransform.core.meta.def with type arguments of type MetaProperty | |
---|---|
void |
BaseMetaClass.setProperties(java.util.List<MetaProperty> properties)
|
void |
BaseMetaModel.setProperties(java.util.Map<QName,MetaProperty> properties)
|
Uses of MetaProperty in com.rapidtransform.core.meta.service |
---|
Methods in com.rapidtransform.core.meta.service that return MetaProperty | |
---|---|
MetaProperty |
MetaServiceImpl.getProperty(java.lang.String fullyQualifiedPropertyName)
Finds the MetaProperty for the given internal property name. |
MetaProperty |
DictionaryImpl.getProperty(java.lang.String propertyName)
Returns the MetaProperty given the internal representation of the property name, which consists of the MetaType prefix, MetaType localName, and propertyName strings concatenated together and separate by _. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |