public class Multiplicity extends Object
The following schema fragment specifies the expected content contained within this java content object.
<restriction base="{http://www.w3.org/2001/XMLSchema}NCName"> <enumeration value="one"/> <enumeration value="many"/> </restriction>
Modifier and Type | Field and Description |
---|---|
static String |
_MANY |
static String |
_ONE |
static Multiplicity |
MANY |
static Multiplicity |
ONE |
Modifier | Constructor and Description |
---|---|
protected |
Multiplicity(String v) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static Multiplicity |
fromString(String str) |
static Multiplicity |
fromValue(String value) |
String |
getValue() |
int |
hashCode() |
String |
toString() |
public static final Multiplicity MANY
public static final Multiplicity ONE
protected Multiplicity(String v)
public static Multiplicity fromString(String str)
public static Multiplicity fromValue(String value)
Copyright © 2005–2014 jDTAUS. All rights reserved.