Uses of Class
org.ow2.petals.admin.api.artifact.ArtifactState.State

Packages that use ArtifactState.State
org.ow2.petals.admin.api.artifact   
 

Uses of ArtifactState.State in org.ow2.petals.admin.api.artifact
 

Methods in org.ow2.petals.admin.api.artifact that return ArtifactState.State
static ArtifactState.State ArtifactState.State.fromStringValue(java.lang.String stringValue)
           
 ArtifactState.State ServiceAssembly.getState()
          Get the service assembly state
 ArtifactState.State ArtifactState.getState()
           
 ArtifactState.State Component.getState()
           
static ArtifactState.State ArtifactState.State.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ArtifactState.State[] ArtifactState.State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.ow2.petals.admin.api.artifact with parameters of type ArtifactState.State
 void ServiceAssembly.setState(ArtifactState.State state)
          Update the service assembly state
 void ArtifactState.setState(ArtifactState.State state)
           
 void Component.setState(ArtifactState.State state)
           
 



Copyright © 2005-2012 Petals Link (EBM Websourcing). All Rights Reserved.