org.apache.jetspeed.profiler
Interface ProfileLocatorProperty


public interface ProfileLocatorProperty

ProfileLocatorElement

Version:
$Id: ProfileLocatorProperty.java 516448 2007-03-09 16:25:47Z ate $
Author:
David Sean Taylor

Method Summary
 int getFallbackType()
          Returns the fallback type of the property.
 String getName()
           
 String getType()
           
 String getValue()
          Gets the value of the locator property.
 boolean isControl()
           
 boolean isNavigation()
           
 void setFallbackType(int type)
           
 void setName(String string)
           
 void setType(String type)
           
 void setValue(String value)
          Sets the value of the locator property.
 

Method Detail

getValue

String getValue()
Gets the value of the locator property.

Returns:
The value of the property.

setValue

void setValue(String value)
Sets the value of the locator property.

Parameters:
value - The value of the property.

getFallbackType

int getFallbackType()
Returns the fallback type of the property. see

Returns:

getName

String getName()
Returns:

getType

String getType()
Returns:

setFallbackType

void setFallbackType(int type)
Parameters:
i -

setName

void setName(String string)
Parameters:
string -

setType

void setType(String type)
Parameters:
string -

isControl

boolean isControl()
Returns:
control classification flag

isNavigation

boolean isNavigation()
Returns:
true if a property is a navigation


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.