org.plasma.provisioning.adapter
Class TypeAdapter
java.lang.Object
org.plasma.provisioning.adapter.TypeAdapter
- Direct Known Subclasses:
- ClassAdapter
public class TypeAdapter
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypeAdapter
public TypeAdapter(Type type)
getType
public Type getType()
getKey
public java.lang.String getKey()
getName
public java.lang.String getName()
getLocalName
public java.lang.String getLocalName()
getPhysicalName
public java.lang.String getPhysicalName()
getUri
public java.lang.String getUri()
getDocumentation
public java.util.List<Documentation> getDocumentation()
getAllDocumentation
public java.lang.String getAllDocumentation()
putProperty
public void putProperty(java.lang.String key,
Property property)
getProperty
public Property getProperty(java.lang.String key)
getProperties
public java.util.Collection<Property> getProperties()
getPropertiesArray
public Property[] getPropertiesArray()
putDeclaredProperty
public void putDeclaredProperty(java.lang.String key,
Property property)
getDeclaredProperty
public Property getDeclaredProperty(java.lang.String key)
getDeclaredProperties
public java.util.Collection<Property> getDeclaredProperties()
getDeclaredPropertiesArray
public Property[] getDeclaredPropertiesArray()
putAliasedProperty
public void putAliasedProperty(java.lang.String key,
Property property)
getAliasedProperty
public Property getAliasedProperty(java.lang.String key)
getAliasedProperties
public java.util.Collection<Property> getAliasedProperties()
getAliasedPropertiesArray
public Property[] getAliasedPropertiesArray()
Copyright © 2013. All Rights Reserved.