public static enum JsonOwlObject.JsonOwlObjectType extends Enum<JsonOwlObject.JsonOwlObjectType>
Enum Constant and Description |
---|
Class |
IntersectionOf |
ObjectProperty |
SomeValueFrom |
UnionOf |
Modifier and Type | Method and Description |
---|---|
static JsonOwlObject.JsonOwlObjectType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonOwlObject.JsonOwlObjectType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JsonOwlObject.JsonOwlObjectType SomeValueFrom
public static final JsonOwlObject.JsonOwlObjectType ObjectProperty
public static final JsonOwlObject.JsonOwlObjectType Class
public static final JsonOwlObject.JsonOwlObjectType IntersectionOf
public static final JsonOwlObject.JsonOwlObjectType UnionOf
public static JsonOwlObject.JsonOwlObjectType[] values()
for (JsonOwlObject.JsonOwlObjectType c : JsonOwlObject.JsonOwlObjectType.values()) System.out.println(c);
public static JsonOwlObject.JsonOwlObjectType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2010–2015. All rights reserved.