Uses of Class
org.nhindirect.config.model.EntityStatus

Packages that use EntityStatus
org.nhindirect.config.model Data model classes for configuration web services. 
 

Uses of EntityStatus in org.nhindirect.config.model
 

Methods in org.nhindirect.config.model that return EntityStatus
 EntityStatus Setting.getStatus()
          Gets the status of the setting.
 EntityStatus Domain.getStatus()
          Gets the status of the domain.
 EntityStatus Certificate.getStatus()
          Gets the status of the anchor.
 EntityStatus Anchor.getStatus()
          Gets the status of the anchor.
 EntityStatus Address.getStatus()
          Gets the status of the address.
static EntityStatus EntityStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EntityStatus[] EntityStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.nhindirect.config.model with parameters of type EntityStatus
 void Setting.setStatus(EntityStatus status)
          Sets the status of the setting.
 void Domain.setStatus(EntityStatus status)
          Sets the status of the domain.
 void Certificate.setStatus(EntityStatus status)
          Sets the status of the anchor.
 void Anchor.setStatus(EntityStatus status)
          Sets the status of the anchor.
 void Address.setStatus(EntityStatus status)
          Sets the status of the address.
 



Copyright © 2014. All Rights Reserved.