| Modifier and Type | Method and Description |
|---|---|
static FacetType |
getFacetType(java.net.URI uri) |
static java.lang.String[] |
getNames() |
java.net.URI |
getURI() |
static FacetType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FacetType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FacetType OwnerFacet
public static final FacetType GroupFacet
public static final FacetType CoordinatorFacet
public static final FacetType ParticipantFacet
public static final FacetType CommentFacet
public static final FacetType CommentModeratedFacet
public static final FacetType CommentUnrestrictedFacet
public static final FacetType ControlFacet
public static final FacetType BAPCCoordinatorFacet
public static final FacetType BAPCParticipantFacet
public static final FacetType BACCCoordinatorFacet
public static final FacetType BACCParticipantFacet
public static final FacetType BAAtomicPCCoordinatorFacet
public static final FacetType BAAtomicCCCoordinatorFacet
public static FacetType[] values()
for (FacetType c : FacetType.values()) System.out.println(c);
public static FacetType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static java.lang.String[] getNames()
public static FacetType getFacetType(java.net.URI uri)
public java.net.URI getURI()
Copyright © 2018. All Rights Reserved.