|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jetspeed.profiler.impl.ProfileLocatorPropertyImpl
public class ProfileLocatorPropertyImpl
ProfileLocatorElement
Constructor Summary | |
---|---|
ProfileLocatorPropertyImpl(RuleCriterion criterion,
boolean isControl,
boolean isNavigation,
java.lang.String value)
|
|
ProfileLocatorPropertyImpl(java.lang.String name,
boolean isControl,
boolean isNavigation,
java.lang.String value)
|
Method Summary | |
---|---|
int |
getFallbackType()
Returns the fallback type of the property. |
java.lang.String |
getName()
|
java.lang.String |
getType()
|
java.lang.String |
getValue()
Gets the value of the locator property. |
boolean |
isControl()
|
boolean |
isNavigation()
|
void |
setFallbackType(int i)
|
void |
setName(java.lang.String string)
|
void |
setType(java.lang.String string)
|
void |
setValue(java.lang.String value)
Sets the value of the locator property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProfileLocatorPropertyImpl(RuleCriterion criterion, boolean isControl, boolean isNavigation, java.lang.String value)
public ProfileLocatorPropertyImpl(java.lang.String name, boolean isControl, boolean isNavigation, java.lang.String value)
Method Detail |
---|
public java.lang.String getValue()
ProfileLocatorProperty
getValue
in interface ProfileLocatorProperty
public void setValue(java.lang.String value)
ProfileLocatorProperty
setValue
in interface ProfileLocatorProperty
string
- public int getFallbackType()
ProfileLocatorProperty
getFallbackType
in interface ProfileLocatorProperty
public java.lang.String getName()
getName
in interface ProfileLocatorProperty
public java.lang.String getType()
getType
in interface ProfileLocatorProperty
public void setFallbackType(int i)
setFallbackType
in interface ProfileLocatorProperty
i
- public void setName(java.lang.String string)
setName
in interface ProfileLocatorProperty
string
- public void setType(java.lang.String string)
setType
in interface ProfileLocatorProperty
string
- public boolean isControl()
isControl
in interface ProfileLocatorProperty
public boolean isNavigation()
isNavigation
in interface ProfileLocatorProperty
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |