public interface ProfileLocatorProperty
ProfileLocator
An example locator path with locator properties as each name value segment pairs in the path:
page:default.psml:artist:al-stewart:song:on-the-border
path:/sports/football/nfl/chiefs:language:en
Modifier and Type | Method and Description |
---|---|
int |
getFallbackType()
Returns the fallback type of the property.
|
String |
getName()
The name of the locator property
|
String |
getType()
Deprecated.
|
String |
getValue()
Gets the value of the locator property.
|
boolean |
isControl()
Determines if this locator property is a control
|
boolean |
isNavigation()
Determines if this locator property is a navigation
|
void |
setFallbackType(int type)
Returns the fallback type of the property.
|
void |
setName(String string)
The name of the locator property
|
void |
setType(String type)
Deprecated.
|
void |
setValue(String value)
Sets the value of the locator property.
|
String getValue()
void setValue(String value)
value
- The value of the property.int getFallbackType()
RuleCriterion.FALLBACK_CONTINUE
,
RuleCriterion.FALLBACK_LOOP
,
RuleCriterion.FALLBACK_STOP
void setFallbackType(int type)
type
- the fallback type of the propertyRuleCriterion.FALLBACK_CONTINUE
,
RuleCriterion.FALLBACK_LOOP
,
RuleCriterion.FALLBACK_STOP
String getName()
void setName(String string)
string
- the name of the locator propertyString getType()
void setType(String type)
type
- boolean isControl()
boolean isNavigation()
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.