|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.AbstractMap<K,V> java.util.HashMap<K,V> java.util.LinkedHashMap<String,Section> com.esri.gpt.catalog.schema.Sections
public class Sections
Defines a collection of metadata sections.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.util.AbstractMap |
---|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> |
Constructor Summary | |
---|---|
Sections()
Default constructor. |
|
Sections(Sections objectToDuplicate,
Section parent)
Construct by duplicating an existing object. |
Method Summary | |
---|---|
void |
add(Section member)
Adds a member to the collection. |
void |
checkExclusiveOpenStatus()
Checks to ensure that no more than one mutually exclusive section is open. |
List<Parameter> |
selectParameters(Predicate predicate)
Selects all parameters conforming to the condiditions defined by predicate. |
String |
toString()
Returns the string representation of the object. |
Methods inherited from class java.util.LinkedHashMap |
---|
clear, containsValue, get, removeEldestEntry |
Methods inherited from class java.util.HashMap |
---|
clone, containsKey, entrySet, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from class java.util.AbstractMap |
---|
equals, hashCode |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
---|
containsKey, entrySet, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
Constructor Detail |
---|
public Sections()
public Sections(Sections objectToDuplicate, Section parent)
objectToDuplicate
- the object to duplicateparent
- the parent sectionMethod Detail |
---|
public void add(Section member)
member
- the member to addpublic void checkExclusiveOpenStatus()
public List<Parameter> selectParameters(Predicate predicate)
predicate
- predicate
public String toString()
toString
in class AbstractMap<String,Section>
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |