com.eurotech.framework.configuration.metatype
Interface Option


public interface Option

Java class for Toption complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Toption">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <any processContents='lax' maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="label" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <anyAttribute/>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 String getLabel()
          Gets the value of the label property.
 String getValue()
          Gets the value of the value property.
 

Method Detail

getLabel

String getLabel()
Gets the value of the label property.

Returns:
possible object is String

getValue

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

Returns:
possible object is String


Copyright © 2013. All Rights Reserved.