org.plasma.provisioning.adapter
Class TypeAdapter

java.lang.Object
  extended by org.plasma.provisioning.adapter.TypeAdapter
Direct Known Subclasses:
ClassAdapter

public class TypeAdapter
extends Object


Constructor Summary
TypeAdapter(Type type)
           
 
Method Summary
 Collection<Property> getAliasedProperties()
           
 Property[] getAliasedPropertiesArray()
           
 Property getAliasedProperty(String key)
           
 String getAllDocumentation()
           
 Collection<Property> getDeclaredProperties()
           
 Property[] getDeclaredPropertiesArray()
           
 Property getDeclaredProperty(String key)
           
 List<Documentation> getDocumentation()
           
 String getKey()
           
 String getLocalName()
           
 String getName()
           
 String getPhysicalName()
           
 Collection<Property> getProperties()
           
 Property[] getPropertiesArray()
           
 Property getProperty(String key)
           
 Type getType()
           
 String getUri()
           
 void putAliasedProperty(String key, Property property)
           
 void putDeclaredProperty(String key, Property property)
           
 void putProperty(String key, Property property)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeAdapter

public TypeAdapter(Type type)
Method Detail

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 © 2014. All rights reserved.