org.ow2.dragon.persistence.bo.service
Enum Service.Visibility

java.lang.Object
  extended by java.lang.Enum<Service.Visibility>
      extended by org.ow2.dragon.persistence.bo.service.Service.Visibility
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<Service.Visibility>
Enclosing class:
Service

public static enum Service.Visibility
extends java.lang.Enum<Service.Visibility>


Enum Constant Summary
CUSTOMERS
           
ENTERPRISE_INTERNAL
           
ORG_UNIT_INTERNAL
           
PARTITION_INTERNAL
           
PARTNER_ORGANIZATIONS
           
PUBLIC
           
SPECIFIC_CUSTOMERS
           
SPECIFIC_PARTNERS
           
 
Method Summary
static Service.Visibility valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Service.Visibility[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

CUSTOMERS

public static final Service.Visibility CUSTOMERS

ENTERPRISE_INTERNAL

public static final Service.Visibility ENTERPRISE_INTERNAL

ORG_UNIT_INTERNAL

public static final Service.Visibility ORG_UNIT_INTERNAL

PARTITION_INTERNAL

public static final Service.Visibility PARTITION_INTERNAL

PARTNER_ORGANIZATIONS

public static final Service.Visibility PARTNER_ORGANIZATIONS

PUBLIC

public static final Service.Visibility PUBLIC

SPECIFIC_CUSTOMERS

public static final Service.Visibility SPECIFIC_CUSTOMERS

SPECIFIC_PARTNERS

public static final Service.Visibility SPECIFIC_PARTNERS
Method Detail

values

public static final Service.Visibility[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(Service.Visibility c : Service.Visibility.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static Service.Visibility valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name


Copyright © 2008-2009 eBMWebsourcing. All Rights Reserved.