org.apache.jetspeed.profiler
Interface ProfileLocatorProperty


public interface ProfileLocatorProperty

ProfileLocatorElement

Version:
$Id: ProfileLocatorProperty.java 187876 2004-11-03 19:40:14Z taylor $
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

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

Returns:
The value of the property.

setValue

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

Parameters:
value - The value of the property.

getFallbackType

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

Returns:

getName

public String getName()
Returns:

getType

public String getType()
Returns:

setFallbackType

public void setFallbackType(int type)

setName

public void setName(String string)
Parameters:
string -

setType

public void setType(String type)

isControl

public boolean isControl()
Returns:
control classification flag

isNavigation

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


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