JavaTM Platform
Standard Ed. 6

javax.print.attribute.standard
클래스 ReferenceUriSchemesSupported

java.lang.Object 
  상위를 확장 javax.print.attribute.EnumSyntax 
      상위를 확장 javax.print.attribute.standard.ReferenceUriSchemesSupported
모든 구현된 인터페이스:
Serializable , Cloneable , Attribute


public class ReferenceUriSchemesSupported
extends EnumSyntax
implements Attribute

ReferenceUriSchemesSupported 는, URI 상의 인쇄 데이터 취득에 프린터를 사용할 수 있는, 「http:」나 「ftp:」등의 URI schema를 열거해 가리키는 인쇄 속성 클래스입니다. 프린터가 java.net.URL 인쇄 데이터 표현 클래스를 가지는 드큐먼트후레이바를 지원하는 경우, ReferenceUriSchemesSupported 클래스의 인스턴스를 사용해, 허가되는 URI schema를 통지합니다. 허가되는 URI schema는 lookup 서비스의 서비스 속성으로서 포함됩니다. 이 속성은, 특정의 URI schema를 사용해, 인쇄 데이터를 취득 가능한 프린터를 클라이언트측에서 검색할 때에 사용됩니다. 허가되는 URI schema는 PrintService 인터페이스의 capability 메소드를 사용해 조회할 수도 있습니다. 다만 ReferenceUriSchemesSupported 속성은 허가되는 URI schema의 판정에게만 사용됩니다. 이 속성은 문서, 인쇄 요구, 인쇄 작업, 그리고 인쇄 서비스의 어느 속성 세트에도 포함되지 않습니다.  

official list of URI schemes 는 Internet Assigned Numbers Authority 가 관리하고 있습니다.  

ReferenceUriSchemesSupported 클래스는 광역적으로 사용되는 URI schema를 열거해 정의합니다. 추가 URI schema를 지원하는 프린터는, ReferenceUriSchemesSupported 클래스의 서브 클래스에서 그 추가 URI schema를 정의할 수 있습니다.  

IPP 호환성:getName() 에 의해 반환되는 카테고리명은 IPP 속성의 이름입니다. 열거의 정수치는 IPP 열거형치입니다. toString() 메소드는, 속성치의 IPP 캐릭터 라인 표현을 돌려줍니다.  

관련 항목:
직렬화 된 형식

필드의 개요
static ReferenceUriSchemesSupported FILE
          호스트상의 파일명
static ReferenceUriSchemesSupported FTP
          파일 전송 프로토콜 (FTP)
static ReferenceUriSchemesSupported GOPHER
          Gopher 프로토콜
static ReferenceUriSchemesSupported HTTP
          하이퍼 텍스트(hyper text) 트랜스퍼 프로토콜 (HTTP)
static ReferenceUriSchemesSupported HTTPS
          시큐리티 보호된 하이퍼 텍스트(hyper text) 트랜스퍼 프로토콜 (HTTPS)
static ReferenceUriSchemesSupported NEWS
          USENET 뉴스
static ReferenceUriSchemesSupported NNTP
          네트워크 뉴스 전송 프로토콜 (NNTP)을 사용하는 USENET 뉴스
static ReferenceUriSchemesSupported WAIS
          광역 정보 서버 (WAIS) 프로토콜
 
생성자 의 개요
protected ReferenceUriSchemesSupported (int value)
          지정된 정수치를 사용해 새로운 참조 URI schema 열거치를 구축합니다.
 
메소드의 개요
 Class <? extends Attribute > getCategory ()
          이 인쇄 속성치의 「카테고리」로서 사용되는 인쇄 속성 클래스를 돌려줍니다.
protected  EnumSyntax [] getEnumValueTable ()
          ReferenceUriSchemesSupported 클래스의 열거치 테이블을 돌려줍니다.
 String getName ()
          속성치가 인스턴스가 되는 카테고리의 이름을 돌려줍니다.
protected  String [] getStringTable ()
          ReferenceUriSchemesSupported 클래스의 캐릭터 라인 테이블을 돌려줍니다.
 
클래스 javax.print.attribute. EnumSyntax 로부터 상속된 메소드
clone , getOffset , getValue , hashCode , readResolve , toString
 
클래스 java.lang. Object 로부터 상속된 메소드
equals , finalize , getClass , notify , notifyAll , wait , wait , wait
 

필드의 상세

FTP

public static final ReferenceUriSchemesSupported  FTP
파일 전송 프로토콜 (FTP)


HTTP

public static final ReferenceUriSchemesSupported  HTTP
하이퍼 텍스트(hyper text) 트랜스퍼 프로토콜 (HTTP)


HTTPS

public static final ReferenceUriSchemesSupported  HTTPS
시큐리티 보호된 하이퍼 텍스트(hyper text) 트랜스퍼 프로토콜 (HTTPS)


GOPHER

public static final ReferenceUriSchemesSupported  GOPHER
Gopher 프로토콜


NEWS

public static final ReferenceUriSchemesSupported  NEWS
USENET 뉴스


NNTP

public static final ReferenceUriSchemesSupported  NNTP
네트워크 뉴스 전송 프로토콜 (NNTP)을 사용하는 USENET 뉴스


WAIS

public static final ReferenceUriSchemesSupported  WAIS
광역 정보 서버 (WAIS) 프로토콜


FILE

public static final ReferenceUriSchemesSupported  FILE
호스트상의 파일명

생성자 의 상세

ReferenceUriSchemesSupported

protected ReferenceUriSchemesSupported(int value)
지정된 정수치를 사용해 새로운 참조 URI schema 열거치를 구축합니다.

파라미터:
value - 정수치
메소드의 상세

getStringTable

protected String [] getStringTable()
ReferenceUriSchemesSupported 클래스의 캐릭터 라인 테이블을 돌려줍니다.

오버라이드(override):
클래스 EnumSyntax 내의 getStringTable
반환값:
캐릭터 라인 테이블

getEnumValueTable

protected EnumSyntax [] getEnumValueTable()
ReferenceUriSchemesSupported 클래스의 열거치 테이블을 돌려줍니다.

오버라이드(override):
클래스 EnumSyntax 내의 getEnumValueTable
반환값:
치 테이블

getCategory

public final Class <?  extends Attribute > getCategory()
이 인쇄 속성치의 「카테고리」로서 사용되는 인쇄 속성 클래스를 돌려줍니다.  

ReferenceUriSchemesSupported 클래스, 및 벤더 정의의 임의의 서브 클래스에서는, 카테고리는 ReferenceUriSchemesSupported 클래스 자신이 됩니다.

정의:
인터페이스 Attribute 내의 getCategory
반환값:
인쇄 속성 클래스 (카테고리), java.lang.Class 클래스의 인스턴스

getName

public final String  getName()
속성치가 인스턴스가 되는 카테고리의 이름을 돌려줍니다.  

ReferenceUriSchemesSupported 클래스, 및 벤더 정의의 임의의 서브 클래스에서는, 카테고리명은 reference-uri-schemes-supported 가 됩니다.

정의:
인터페이스 Attribute 내의 getName
반환값:
속성 카테고리의 이름

JavaTM Platform
Standard Ed. 6

버그의 보고와 기능의 요청
한층 더 자세한 API 레퍼런스 및 개발자 문서에 대해서는,Java SE 개발자용 문서를 참조해 주세요. 개발자전용의 상세한 해설, 개념의 개요, 용어의 정의, 버그의 회피책, 및 코드 실례가 포함되어 있습니다.

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.