org.plasma.provisioning.adapter
Class TypeAdapter
java.lang.Object
org.plasma.provisioning.adapter.TypeAdapter
- Direct Known Subclasses:
- ClassAdapter
public class TypeAdapter
- extends 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 String getKey()
getName
public String getName()
getLocalName
public String getLocalName()
getPhysicalName
public String getPhysicalName()
getUri
public String getUri()
getDocumentation
public List<Documentation> getDocumentation()
getAllDocumentation
public String getAllDocumentation()
putProperty
public void putProperty(String key,
Property property)
getProperty
public Property getProperty(String key)
getProperties
public Collection<Property> getProperties()
getPropertiesArray
public Property[] getPropertiesArray()
putDeclaredProperty
public void putDeclaredProperty(String key,
Property property)
getDeclaredProperty
public Property getDeclaredProperty(String key)
getDeclaredProperties
public Collection<Property> getDeclaredProperties()
getDeclaredPropertiesArray
public Property[] getDeclaredPropertiesArray()
putAliasedProperty
public void putAliasedProperty(String key,
Property property)
getAliasedProperty
public Property getAliasedProperty(String key)
getAliasedProperties
public Collection<Property> getAliasedProperties()
getAliasedPropertiesArray
public Property[] getAliasedPropertiesArray()
Copyright © 2013. All rights reserved.