|
||||||||||
| 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.AbstractCollectionMetaData
org.jboss.beans.metadata.plugins.AbstractSetMetaData
public class AbstractSetMetaData
Set metadata.
| Field Summary |
|---|
| Fields inherited from class org.jboss.beans.metadata.plugins.AbstractCollectionMetaData |
|---|
collection, elementType |
| Fields inherited from class org.jboss.beans.metadata.plugins.AbstractTypeMetaData |
|---|
configurator, type |
| Fields inherited from class org.jboss.beans.metadata.plugins.AbstractValueMetaData |
|---|
value |
| Fields inherited from class org.jboss.util.JBossObject |
|---|
hashCode, log, toString |
| Constructor Summary | |
|---|---|
AbstractSetMetaData()
Create a new set value |
|
| Method Summary | |
|---|---|
boolean |
add(Object o)
|
boolean |
addAll(Collection c)
|
protected Object |
getDefaultCollectionInstance()
Create the default collection instance |
void |
toString(org.jboss.util.JBossStringBuilder buffer)
|
| Methods inherited from class org.jboss.beans.metadata.plugins.AbstractCollectionMetaData |
|---|
clear, contains, containsAll, getChildren, getCollectionInstance, getElementClassInfo, getElementType, getValue, isEmpty, iterator, remove, removeAll, retainAll, setElementType, size, toArray, toArray |
| Methods inherited from class org.jboss.beans.metadata.plugins.AbstractTypeMetaData |
|---|
getClassInfo, getType, setConfigurator, setType, visit |
| Methods inherited from class org.jboss.beans.metadata.plugins.AbstractValueMetaData |
|---|
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, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Set |
|---|
clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
| Methods inherited from interface org.jboss.util.JBossInterface |
|---|
clone, toShortString |
| Constructor Detail |
|---|
public AbstractSetMetaData()
| Method Detail |
|---|
public boolean add(Object o)
add in interface Collectionadd in interface Setadd in class AbstractCollectionMetaDatapublic boolean addAll(Collection c)
addAll in interface CollectionaddAll in interface SetaddAll in class AbstractCollectionMetaDatapublic void toString(org.jboss.util.JBossStringBuilder buffer)
toString in class AbstractCollectionMetaData
protected Object getDefaultCollectionInstance()
throws Throwable
AbstractCollectionMetaData
getDefaultCollectionInstance in class AbstractCollectionMetaDataThrowable - for any error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||