|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.util.JBossObject
org.jboss.beans.metadata.plugins.AbstractValueMetaData
org.jboss.beans.metadata.plugins.AbstractTypeMetaData
org.jboss.beans.metadata.plugins.AbstractMapMetaData
org.jboss.beans.metadata.plugins.AbstractPropertiesMetaData
public class AbstractPropertiesMetaData
Properties metadata.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface java.util.Map |
---|
Map.Entry<K,V> |
Field Summary |
---|
Fields inherited from class org.jboss.beans.metadata.plugins.AbstractMapMetaData |
---|
keyType, valueType |
Fields inherited from class org.jboss.beans.metadata.plugins.AbstractTypeMetaData |
---|
beanName, configurator, context, propertyName, type |
Fields inherited from class org.jboss.util.JBossObject |
---|
hashCode, log, toString |
Fields inherited from interface org.jboss.beans.metadata.plugins.TypeProvider |
---|
ERROR_MSG |
Constructor Summary | |
---|---|
AbstractPropertiesMetaData()
|
Method Summary | |
---|---|
AbstractPropertiesMetaData |
clone()
Clone the object |
protected Object |
getDefaultInstance()
Create the default map instance |
protected Class<? extends Map> |
getExpectedClass()
|
String |
getKeyType()
Get the key type |
String |
getValueType()
Get the value type |
void |
setKeyType(String keyType)
Set the key type |
void |
setValueType(String valueType)
Set the value type |
Methods inherited from class org.jboss.beans.metadata.plugins.AbstractMapMetaData |
---|
clear, containsKey, containsValue, entrySet, get, getChildren, getKeyClassInfo, getType, getValue, getValueClassInfo, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from class org.jboss.beans.metadata.plugins.AbstractTypeMetaData |
---|
checkResult, createInstance, getClass, getClassInfo, getClassInfo, getType, getTypeInfo, getTypeInfo, getTypeInstance, getTypeInstance, initialVisit, preinstantiatedLookup, preparePreinstantiatedLookup, setConfigurator, setType, toString |
Methods inherited from class org.jboss.beans.metadata.plugins.AbstractValueMetaData |
---|
describeVisit, getUnderlyingValue, getValue, isUseJMXObjectNameFix, setValue, toShortString |
Methods inherited from class org.jboss.util.JBossObject |
---|
cacheGetHashCode, cacheToString, equals, flushJBossObjectCache, getClassShortName, getHashCode, hashCode, list, notEqual, toShortString, toString, toStringImplementation |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
---|
equals, hashCode |
Methods inherited from interface org.jboss.util.JBossInterface |
---|
toShortString |
Constructor Detail |
---|
public AbstractPropertiesMetaData()
Method Detail |
---|
protected Object getDefaultInstance()
AbstractMapMetaData
getDefaultInstance
in class AbstractMapMetaData
protected Class<? extends Map> getExpectedClass()
getExpectedClass
in class AbstractMapMetaData
public String getKeyType()
AbstractMapMetaData
getKeyType
in class AbstractMapMetaData
public void setKeyType(String keyType)
AbstractMapMetaData
setKeyType
in class AbstractMapMetaData
keyType
- the key typepublic String getValueType()
AbstractMapMetaData
getValueType
in class AbstractMapMetaData
public void setValueType(String valueType)
AbstractMapMetaData
setValueType
in class AbstractMapMetaData
valueType
- the value typepublic AbstractPropertiesMetaData clone()
MetaDataVisitorNode
clone
in interface MetaDataVisitorNode
clone
in interface org.jboss.util.JBossInterface
clone
in class AbstractMapMetaData
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |