|
||||||||||
| 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 | |
|---|---|
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, getTypeInstance, initialVisit, preinstantiatedLookup, preparePreinstantiatedLookup, setConfigurator, setType, toString |
| Methods inherited from class org.jboss.beans.metadata.plugins.AbstractValueMetaData |
|---|
describeVisit, getUnderlyingValue, getValue, setValue, toShortString |
| Methods inherited from class org.jboss.util.JBossObject |
|---|
cacheGetHashCode, cacheToString, clone, equals, flushJBossObjectCache, getClassShortName, getHashCode, hashCode, list, notEqual, toShortString, toString, toStringImplementation |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
|---|
equals, hashCode |
| Methods inherited from interface org.jboss.util.JBossInterface |
|---|
clone, toShortString |
| Constructor Detail |
|---|
public AbstractPropertiesMetaData()
| Method Detail |
|---|
protected Object getDefaultInstance()
AbstractMapMetaData
getDefaultInstance in class AbstractMapMetaDataprotected Class<? extends Map> getExpectedClass()
getExpectedClass in class AbstractMapMetaDatapublic String getKeyType()
AbstractMapMetaData
getKeyType in class AbstractMapMetaDatapublic void setKeyType(String keyType)
AbstractMapMetaData
setKeyType in class AbstractMapMetaDatakeyType - the key typepublic String getValueType()
AbstractMapMetaData
getValueType in class AbstractMapMetaDatapublic void setValueType(String valueType)
AbstractMapMetaData
setValueType in class AbstractMapMetaDatavalueType - the value type
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||