|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAbstractMetadata
ModifiableMetadata
MetadataEntity
ScopeDescriptionImpl
public class ScopeDescriptionImpl
Description of the class of information covered by the information.
modules/library/metadata (gt-metadata.jar)
Field Summary |
---|
Fields inherited from class AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
ScopeDescriptionImpl()
Creates an initially empty scope description. |
|
ScopeDescriptionImpl(ScopeDescription source)
Constructs a metadata entity initialized with the values from the specified metadata. |
Method Summary | |
---|---|
Set<AttributeType> |
getAttributeInstances()
Returns the attribute instances to which the information applies. |
Set<AttributeType> |
getAttributes()
Returns the attributes to which the information applies. |
String |
getDataset()
Returns the dataset to which the information applies. |
Set<FeatureType> |
getFeatureInstances()
Returns the feature instances to which the information applies. |
Set<FeatureType> |
getFeatures()
Returns the features to which the information applies. |
String |
getOther()
Returns the class of information that does not fall into the other categories to which the information applies. |
void |
setAttributeInstances(Set<? extends AttributeType> newValues)
Set the attribute instances to which the information applies. |
void |
setAttributes(Set<? extends AttributeType> newValues)
Set the attributes to which the information applies. |
void |
setDataset(String newValue)
Set the dataset to which the information applies. |
void |
setFeatureInstances(Set<? extends FeatureType> newValues)
Set the feature instances to which the information applies. |
void |
setFeatures(Set<? extends FeatureType> newValues)
Set the features to which the information applies. |
void |
setOther(String newValue)
Set the class of information that does not fall into the other categories to which the information applies. |
Methods inherited from class MetadataEntity |
---|
ensureNonNull, getStandard |
Methods inherited from class ModifiableMetadata |
---|
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable |
Methods inherited from class AbstractMetadata |
---|
asMap, asTree, equals, getInterface, hashCode, toString |
Methods inherited from class Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ScopeDescriptionImpl()
public ScopeDescriptionImpl(ScopeDescription source)
Method Detail |
---|
public Set<AttributeType> getAttributes()
getAttributes
in interface ScopeDescription
public void setAttributes(Set<? extends AttributeType> newValues)
public Set<FeatureType> getFeatures()
getFeatures
in interface ScopeDescription
public void setFeatures(Set<? extends FeatureType> newValues)
public Set<FeatureType> getFeatureInstances()
getFeatureInstances
in interface ScopeDescription
public void setFeatureInstances(Set<? extends FeatureType> newValues)
public Set<AttributeType> getAttributeInstances()
getAttributeInstances
in interface ScopeDescription
public void setAttributeInstances(Set<? extends AttributeType> newValues)
public String getDataset()
getDataset
in interface ScopeDescription
public void setDataset(String newValue)
public String getOther()
getOther
in interface ScopeDescription
public void setOther(String newValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |