Package hec.data.location
Class LocationGroupSet
java.lang.Object
java.util.Observable
hec.lang.NamedType
hec.data.location.LocationGroupSet
- All Implemented Interfaces:
AsciiSerializable,FieldAccessor,Serializable,Cloneable,Comparable,Observer,Modifiable
- See Also:
-
Field Summary
FieldsFields inherited from class hec.lang.NamedType
_description, _ignoreModifiedEvents, _index, _isValid, _modified, _name, defaultDescription, defaultName, DESCRIPTION_CHANGED, NAME_CHANGED, RENAME_EVENT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadd(LocationGroup locationGroup) voidaddAll(List<LocationGroup> list) voidbuildElement(org.jdom.Element element) voidclear()booleancontains(LocationGroupRef ref) getLocationGroup(LocationCategoryRef catRef, String groupId) getLocationGroup(LocationGroupRef groupRef) getLocationGroups(LocationTemplate sharedLocRef, LocationTemplate associatedLocRef, LocationCategoryRef catRef) remove(LocationGroupRef groupRef) intsize()toArray(LocationGroup[] a) Methods inherited from class hec.lang.NamedType
addModifiableListener, clone, compareTo, fireModifiedStateChanged, getDescription, getDisplayName, getFieldObject, getIgnoreModifiedEvents, getIndex, getName, isModified, isValid, readResolve, removeModifiableListener, rename, set, setDescription, setFieldObject, setIgnoreModifiedEvents, setIndex, setModified, setName, setValid, toString, update, useRecursiveModifiedTestMethods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
-
Field Details
-
ELEMENT
- See Also:
-
-
Constructor Details
-
LocationGroupSet
public LocationGroupSet()
-
-
Method Details
-
buildElement
public void buildElement(org.jdom.Element element) -
toXmlString
-
getLocationGroups
public List<LocationGroup> getLocationGroups(LocationTemplate sharedLocRef, LocationTemplate associatedLocRef, LocationCategoryRef catRef) -
getLocationGroup
-
getLocationGroup
-
add
-
remove
-
addAll
-
size
public int size() -
clear
public void clear() -
getLocationGroups
-
getLocationGroupRefs
-
toArray
-
contains
-