Uses of Class
org.apache.cxf.configuration.foo.TpAddressPresentation

Uses of TpAddressPresentation in org.apache.cxf.configuration.foo
 

Fields in org.apache.cxf.configuration.foo declared as TpAddressPresentation
protected  TpAddressPresentation TpAddress.presentation
           
 

Methods in org.apache.cxf.configuration.foo that return TpAddressPresentation
static TpAddressPresentation TpAddressPresentation.fromValue(String v)
           
 TpAddressPresentation TpAddress.getPresentation()
          Gets the value of the presentation property.
static TpAddressPresentation TpAddressPresentation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TpAddressPresentation[] TpAddressPresentation.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.apache.cxf.configuration.foo with parameters of type TpAddressPresentation
 void TpAddress.setPresentation(TpAddressPresentation value)
          Sets the value of the presentation property.
 



Apache CXF