| Package | Description |
|---|---|
| org.cip4.lib.xjdf.schema |
| Modifier and Type | Field and Description |
|---|---|
protected EnumSurface |
SurfaceColor.surface |
protected EnumSurface |
LaminatingIntent.surface |
| Modifier and Type | Method and Description |
|---|---|
static EnumSurface |
EnumSurface.fromValue(String v) |
EnumSurface |
SurfaceColor.getSurface()
Gets the value of the surface property.
|
EnumSurface |
LaminatingIntent.getSurface()
Gets the value of the surface property.
|
static EnumSurface |
EnumSurface.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumSurface[] |
EnumSurface.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SurfaceColor.setSurface(EnumSurface value)
Sets the value of the surface property.
|
void |
LaminatingIntent.setSurface(EnumSurface value)
Sets the value of the surface property.
|
SurfaceColor |
SurfaceColor.withSurface(EnumSurface value) |
LaminatingIntent |
LaminatingIntent.withSurface(EnumSurface value) |
Copyright © 2016. All rights reserved.