Skip navigation links


com.bea.wlp.xip
Class XipProperties.XipProperty

java.lang.Object
  extended by com.bea.wlp.xip.XipProperties.XipProperty

Enclosing class:
XipProperties

public class XipProperties.XipProperty
extends Object

Constructor Summary
XipProperties.XipProperty(String name)
           
XipProperties.XipProperty(String name, String defaultValue)
           
XipProperties.XipProperty(String name, String[] validValues)
           
XipProperties.XipProperty(String name, String defaultValue, String[] validValues)
           

 

Method Summary
 String getName()
           
 String getValue()
           
 void setValue(String value)
           
 String toString()
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

XipProperties.XipProperty

public XipProperties.XipProperty(String name)

XipProperties.XipProperty

public XipProperties.XipProperty(String name,
                                 String defaultValue)

XipProperties.XipProperty

public XipProperties.XipProperty(String name,
                                 String defaultValue,
                                 String[] validValues)

XipProperties.XipProperty

public XipProperties.XipProperty(String name,
                                 String[] validValues)

Method Detail

getName

public String getName()

getValue

public String getValue()

setValue

public void setValue(String value)

toString

public String toString()
Overrides:
toString in class Object

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.