|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.gpt.catalog.discovery.DiscoveryComponent
com.esri.gpt.catalog.discovery.PropertyMeaning
public class PropertyMeaning
Represents the meaning associated with a discoverable property.
| Nested Class Summary | |
|---|---|
static class |
PropertyMeaning.AnyText
Any text meaning (for queries executed against multiple fields). |
static class |
PropertyMeaning.Geometry
Geometry property (Envelope based). |
| Constructor Summary | |
|---|---|
PropertyMeaning(String name,
PropertyMeaningType meaningType,
PropertyValueType valueType,
PropertyComparisonType comparisonType)
Constructs a property meaning. |
|
| Method Summary | |
|---|---|
void |
echo(StringBuffer sb)
Appends property information for the component to a buffer. |
void |
echo(StringBuffer sb,
int depth)
Appends property information for the component to a buffer. |
boolean |
getAllowLeadingWildcard()
Gets the status indicating whether or not "LIKE" expressions can begin with a wildcard for this property. |
PropertyComparisonType |
getComparisonType()
Gets the comparison type for the property. |
DcElement |
getDcElement()
Gets the Dublin Core element associated with this property. |
PropertyMeaningType |
getMeaningType()
Gets the meaning type for the property. |
String |
getName()
Gets the name of the meaning. |
PropertyValueType |
getValueType()
Gets the value type for the property. |
void |
setAllowLeadingWildcard(boolean allow)
Sets the status indicating whether or not "LIKE" expressions can begin with a wildcard for this property. |
void |
setComparisonType(PropertyComparisonType comparisonType)
Sets the comparison type for the property. |
void |
setDcElement(DcElement element)
Sets the Dublin Core element associated with this property. |
void |
setMeaningType(PropertyMeaningType meaningType)
Sets the meaning type for the property. |
void |
setName(String name)
Sets the name of the meaning. |
void |
setValueType(PropertyValueType valueType)
Sets the value type for the property. |
| Methods inherited from class com.esri.gpt.catalog.discovery.DiscoveryComponent |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyMeaning(String name,
PropertyMeaningType meaningType,
PropertyValueType valueType,
PropertyComparisonType comparisonType)
name - the property namemeaningType - the property meaning typevalueType - the property value typecomparisonType - the property comparison type| Method Detail |
|---|
public boolean getAllowLeadingWildcard()
public void setAllowLeadingWildcard(boolean allow)
allow - true if "LIKE" expressions can begin with a wildcardpublic PropertyComparisonType getComparisonType()
public void setComparisonType(PropertyComparisonType comparisonType)
comparisonType - the property comparison typepublic DcElement getDcElement()
public void setDcElement(DcElement element)
element - the Dublin Core elementpublic PropertyMeaningType getMeaningType()
public void setMeaningType(PropertyMeaningType meaningType)
meaningType - the property meaning typepublic String getName()
public void setName(String name)
name - the associated name for the meaningpublic PropertyValueType getValueType()
public void setValueType(PropertyValueType valueType)
valueType - the property value typepublic void echo(StringBuffer sb)
echo in class DiscoveryComponentsb - the buffer to use when appending information
public void echo(StringBuffer sb,
int depth)
sb - the buffer to use when appending informationdepth - the depth of the parent clause
|
Esri Geoportal Server 1.2.9
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||