NASA World Wind

gov.nasa.worldwind.applications.gio.ebrim
Interface EmailAddress

All Known Implementing Classes:
EmailAddressParser

public interface EmailAddress


Method Summary
 String getAddress()
           
 String getType()
           
 void setAddress(String address)
           
 void setType(String type)
           
 

Method Detail

getAddress

String getAddress()

getType

String getType()

setAddress

void setAddress(String address)

setType

void setType(String type)

NASA World Wind